Hacker News new | ask | show | jobs
by jobigoud 2470 days ago
It's convenient for underline, bold or italics in some long winded messages.
1 comments

That's why we have lightweight markup syntaxes like markdown.
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.