I've noticed Joplin treat new lines different then most markdown generators and I'm wondering if this is a bug or a deliberate decision.
Usually, new lines in markdown will be ignored unless there's an empty line.
So
Hello World.
This is a test
Will be rendered as.
"Hello World. This is a test"
To create a new line you need one empty line like this
Hello World.
This is a test
Is this on purpose? I'm not saying it's necessarily negative, but I'm just wondering if that's a bug.
Personally I prefer consistency, as I sometimes use Joplin to author MD and then copy it to other platforms.