Hacker News new | ask | show | jobs
by adamhyde 4273 days ago
I think tho that Markdown hasnt won the plain text battle - plain text has. Only a very small percentage of plain text docs are markdown...so small it wouldn't even count...
1 comments

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).

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.