Hacker News new | ask | show | jobs
by westernpopular 1224 days ago
> For example, Markdown has a syntax for inserting a break, inside a paragraph. You put two space characters at the end of a line, and the parser will inject a line break.

Don't most Markdown implementations allow you to use an empty line as a paragraph separator as well?

1 comments

Yes, and that differs from a line break inside a paragraph, which is what the author is discussing.
Oh I never realized that was the difference, thank you.