|
|
|
|
|
by dredmorbius
2818 days ago
|
|
Markdown doesn't require tag closure, and eliminates the <p> tag entirely. This makes for a cleaner and faster composing experience. I did little but wruite in HTML from the late 1990s to mid 2010s. Markdown is my preferred route now. Also conversant in LaTeX, formerly; nroff, DocBook, WP4.2, Wordstar (both with 'reveal codes' capabilities), and probably more. Pandoc is a game-changer. |
|
The HTML5 specification also allows omitting most closing tags (except for the obvious ones, that you also need to close in markdown).
You are right about the <p> tag, still. It is the main source of annoyance when writing long documents in html by hand.