Comment by Wowfunhappy

13 hours ago

Imagine if you were authoring and/or editing prose directly in html, as opposed to using some CMS. You're using your writing brain, not your coding brain. You don't want to think about code.

It's still a little annoying to put <p> before each paragraph, but not by that much. By contrast, once you start adding closing tags, you're much closer to computer code.

I'm not sure if that makes sense but it's the way I think about it.

It's honestly no worse than Markdown, reST, or any of the other text-based "formats." It's just another format.

Any time I have to write Markdown I have to open a cheat sheet for reference. With HTML, which I have used for years, I just write it.