Hacker News new | ask | show | jobs
by krapp 2469 days ago
Markdown is a lightweight syntax for writing and generating HTML, like BBCode. It's not an alternative syntax to HTML.
1 comments

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.