Markdown
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Changed "official specification" to "official 2004 specification" for clarity) |
||
Line 14: | Line 14: | ||
== Resources == | == Resources == | ||
− | * [http://daringfireball.net/projects/markdown/ Official specification and markdown to HTML conversion tool] | + | * [http://daringfireball.net/projects/markdown/ Official 2004 specification and markdown to HTML conversion tool] |
* [http://bywordapp.com/markdown/guide.html Byword MultiMarkdown Guide] | * [http://bywordapp.com/markdown/guide.html Byword MultiMarkdown Guide] | ||
* [http://michelf.ca/projects/php-markdown/extra/ Markdown Extra] - includes support for tables, definition lists, footnotes, etc. | * [http://michelf.ca/projects/php-markdown/extra/ Markdown Extra] - includes support for tables, definition lists, footnotes, etc. |
Revision as of 13:01, 26 June 2014
Markdown is a lightweight and human readable markup format for text formatting created by John Gruber and Aaron Swartz. It is similar to various forms of wiki markup.
There is no formal specification for Markdown, and it has ambiguities that are handled inconsistently by different implementations. There is an initiative[1] to write such a specification.
References
Resources
- Official 2004 specification and markdown to HTML conversion tool
- Byword MultiMarkdown Guide
- Markdown Extra - includes support for tables, definition lists, footnotes, etc.
Software
- Markdownpad: edit Markdown (Windows; commercial, with free-of-charge version)
- Trunk Notes: note-taking app that uses Markdown (iOS; commercial, paid)