diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-16 10:10:56 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-16 10:10:56 +0100 |
commit | c236342670889784ca33c14a079621412f160182 (patch) | |
tree | 4fdeff6fed78b4e0df59e09ddb544d2e5ff17d72 | |
parent | 23209d995bd5defd6a22812b57950fd438e10eca (diff) |
Acknowledge Aaron Swartz's role in developing Markdown.
-rw-r--r-- | spec.txt | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -11,10 +11,12 @@ license: '[CC-BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)' ## What is Markdown? Markdown is a plain text format for writing structured documents, -based on conventions used for indicating formatting in email and -usenet posts. It was developed in 2004 by John Gruber, who wrote -the first Markdown-to-HTML converter in Perl, and it soon became -ubiquitous. In the next decade, dozens of implementations were +based on conventions for indicating formatting in email +and usenet posts. It was developed by John Gruber (with +help from Aaron Swartz) and released in 2004 in the form of a +[syntax description](http://daringfireball.net/projects/markdown/syntax) +and a Perl script (`Markdown.pl`) for converting Markdown to +HTML. In the next decade, dozens of implementations were developed in many languages. Some extended the original Markdown syntax with conventions for footnotes, tables, and other document elements. Some allowed Markdown documents to be |