Hacker News new | ask | show | jobs
by steindavidb 3010 days ago
Commonmark is a wonderful and well defined markdown standard (ie the one GitHub uses)
2 comments

I’m not sure that GitHub uses CommonMark! Generally GitHub's format is referred to as GFM (GitHub-Flavored Markdown) and it has notable differences including preserving newlines.

Notably, GitHubbers and StackOverflow representatives joined to define CommonMark, but GitHub and StackOverflow do not have remotely similar fenced code block conventions.

Also, CommonMark currently says that they have not yet defined a version 1.0 of the spec.

I certainly applaud the effort, but CommonMark did not unify all the Markdowns.

Cited in the spirit of good humor, but not irrelevant: https://xkcd.com/927/
Serious question - how is it not irrelevant? Should it be posted any time people discuss the pros and cons of various standards?
To be fair, this is exactly what happened, since CommonMark did not cause all Markdown users and implementors to converge.