Markdown

Markdown
Filename extensions
.md, .markdown
Internet media typetext/markdown
Uniform Type Identifier (UTI)net.daringfireball.markdown
Developed by
Initial releaseMarch 9, 2004 (2004-03-09)
Latest release
1.0.1
December 17, 2004 (2004-12-17)
Type of formatOpen file format
Extended topandoc, MultiMarkdown, Markdown Extra, CommonMark, RMarkdown
Websitedaringfireball.net/projects/markdown/

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004 as an easy-to-read markup language. Markdown is widely used for blogging and instant messaging, and also used elsewhere in online forums, collaborative software, documentation pages, and readme files.

The initial description of Markdown contained ambiguities and raised unanswered questions, causing implementations to both intentionally and accidentally diverge from the original version. This was addressed in 2014 when long-standing Markdown contributors released CommonMark, an unambiguous specification and test suite for Markdown.