Markdown
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 16: | Line 16: | ||
* [http://daringfireball.net/projects/markdown/ Official specification and markdown to HTML conversion tool] | * [http://daringfireball.net/projects/markdown/ Official 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] | ||
+ | |||
+ | == Software == | ||
+ | * [http://markdownpad.com/ Markdownpad: edit Markdown] | ||
+ | * [http://www.appsonthemove.com/trunk.htm Trunk Notes: note-taking app that uses Markdown] |
Revision as of 18:35, 7 December 2013
Markdown is a lightweight and human readable markup format for text formatting created by John Gruber and Aaron Swartz.
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.