Live data from Hacker News

How Markdown took over the world

anildash.com

131–140 of 353 posts

Re: How Markdown took over the world

#131
post #28
post #27

Earlier quoted context omitted.

That does not make it good.

Oh, it totally sucks. I'm pointing out that the pain didn't end in the 90's, and continues 30 years later :-(

I used to work with a guy that used docx files for all his note taking. Basically did all text writing (other than code) in Word. We had Notepad++ at the time as well, so he just preferred Word for some reason.

Re: How Markdown took over the world

#132
Best thing about markdown is the barrier to entry of non technical folks, it stops them shitting over technical documentation and steers them to Confluence or sharepoint for their die on the vine slop.

Re: How Markdown took over the world

#133

Shameless plug, I’m writing the book on how to publish YOUR book with Markdown. https://www.48hourpress.com/publish-with-markdown/

Just joined your Early Reader's list. I've already self-published a novel written partially in Markdown, and starting work on another, so I'm anxious to see what you have to say!

Re: How Markdown took over the world

#134

Earlier quoted context omitted.

More likely because the whole point of Markdown was to be embedded in text, not a freestanding format for an entire document.

This is exactly why. It is my assumption that Gruber chose ‘.text’ over ‘.txt’ for several reasons. To give it a little difference when searching for files. To be more legible to non-computer people. And finally, while Classic MacOS did not use file extensions, the Resource Fork type code for text files was ‘TEXT’

Also a little extra distinction: “.txt” is a relic of 8.3 DOS filename conventions. He was not bound by these. If you’ve got the space, of course you’ll go with “.text” over “.txt” because text is the input, HTML is the output, Markdown is the tool for converting one into the other, per the first line of the introduction:

> Markdown is a text-to-HTML conversion tool for web writers.

Ergo they’re not Markdown documents, they’re text files that can be converted into HTML using Markdown.

https://daringfireball.net/projects/markdown/

Re: How Markdown took over the world

#135
post #9

I love Markdown. My favorite Markdown creation was "GistDeck", a bookmarklet that turned a GitHub Gist of Markdown content into a slide show. So much easier to make and share than a PowerPoint deck. https://github.com/nzoschke/gistdeck

Broken homepage

Re: How Markdown took over the world

#136

Earlier quoted context omitted.

Your plain text editor is the markdown reader. That’s the point.

It really would be nice to have a convenient renderer for it though. It's genuinely surprising something like firefox doesn't have a markdown reader builtin already.

If you’re on a Mac, I recommend qlmarkdown. It’s a customizable quick look renderer for markdown (md) files.

https://github.com/sbarex/QLMarkdown

Re: How Markdown took over the world

#139
post #35
post #16

Here's a fun trick: if you add .text to any URL on Markdown creator John Gruber's blog you'll get to see the hand-authored (bar the metadata and tags bits) Markdown he wrote for that entry. Example: https://daringfireball.net/linked/2026/01/09/moylan.text ... and if you look closely at some of the entries you might spot custom Markdown features that aren't part of the published spec.

Funny that he didn't use the .md extension. Maybe because he started doing it before he expected his markup would merit its own filetype?

"Too late now, I suppose, but the only file extension I would endorse is “.markdown” [...]

(I personally use “.text” for my own files, and have BBEdit set to use Markdown syntax coloring for that extension, which is why I never saw a need to endorse an official extension.)"

https://daringfireball.net/linked/2014/01/08/markdown-extens...

Re: How Markdown took over the world

#140
post #6

This is good and detailed, but misses a broader trend: how "worse is better" started to win - first Java over C++, then python and javascript over Java, and here markdown over Word and docbook. When markdown emerged, docbook was getting even more elaborate, and vendors everywhere had for decades been locking people into frameworks and languages with fantastic features that were hard to use -- and then the internet bu…

Isn't Markdown more a competitor to Restructured Text rather than Docbook or Word?
Post reply on HN