Hacker News new | ask | show | jobs
by ahoge 4273 days ago
Reddit, Stack Overflow, GitHub/BitBucket (readmes, tickets, wikis), and it's also used by a couple of CMSs, blog platforms, and static website generators.

Virtually all of the text I write is Markdown. Even this very comment is written in a subset of Markdown (and so is yours).

1 comments

Yes and notice how few have used it even here. Most replies are plain text.
Paragraphs and emphasis are frequently used here.
paragraphs are plain text :)
No, they are not. It's not directly spit into an element with white-space: pre-line or white-space: pre.

It's converted into paragraphs. Just like stuff inside asterisks is converted into emphasis.

sigh. plain text paragraphs cant be claimed to be invented by markdown. sorry. good try tho.
Invented? You are missing the point.

The comments are written in a markup language (Markdown, UBB, whatever...) which is then converted to HTML.

It's transformed and not displayed as-is.