Hacker News new | ask | show | jobs
by swalladge 2476 days ago
That's why we have lightweight markup syntaxes like markdown.
1 comments

Markdown is a lightweight syntax for writing and generating HTML, like BBCode. It's not an alternative syntax to HTML.
Markdown is designed to be readable without encoding it as HTML though, so is nicely readable on old email clients too.
Sure, but then it's just plain text, and plain text could be perfectly legible before Markdown came along.

The only tangible benefit Markdown provides is letting people write HTML who don't like the aesthetics of HTML tags.

The idea is that it gives a standard for semantic markup that can be read as plain text. Lists, highlighted text, block quotes, etc. that is all plain text but easily parsed by humans.