Skip to content

Incorrect number of newlines #59

Description

@philer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions