Markdown considers a single newline (\n) irrelevant and uses at least one "blank line" to separate paragraphs.
Additionally, a visible newline may be forced within a paragraph by appending at least two spaces at the end of a line (followed by a single newline).
The original markdown description explains it better than me.
The point is that this module appears to use singular newlines to separate paragraphs and interprets multiple newlines as multiple empty paragraph (creating empty vertical space). This means an editor using this module will generate non standard markdown.
Please let me know if I missed something.
Markdown considers a single newline (
\n) irrelevant and uses at least one "blank line" to separate paragraphs.Additionally, a visible newline may be forced within a paragraph by appending at least two spaces at the end of a line (followed by a single newline).
The original markdown description explains it better than me.
The point is that this module appears to use singular newlines to separate paragraphs and interprets multiple newlines as multiple empty paragraph (creating empty vertical space). This means an editor using this module will generate non standard markdown.
Please let me know if I missed something.