Line spacing does not work?

I’m not sure if this is expected behavior or bug, but when I write something as this:

line 1 - LINE 1
line 2 - LINE 2
next line - NEXT LINE
next line - NEXT LINE 2
next line - NEXT LINE 3

(with Enter on end of every line) it is rendered as this:

line 1 - LINE 1 line 2 - LINE 2 next line - NEXT LINE next line - NEXT LINE 2 next line - NEXT LINE 3

I’m using
Joplin 1.0.189 Portable
Windows 10 Pro (64 bit)

This is standard markdown behavior. In markdown a line break is done by 2 spaces at the end of the line.

However, Joplin’s default is using hard breaks. I guess you must have enabled soft breaks in the plugin tab.

Thank you. You are right. After disabling soft breaks, it is working as I would expect.

Thank you. This resolved my issue with spacing.