Markdown
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
(Added Markdown Extra link) |
||
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] | ||
+ | * [http://michelf.ca/projects/php-markdown/extra/ Markdown Extra] - includes support for tables, definition lists, footnotes, etc. | ||
== Software == | == Software == | ||
* [http://markdownpad.com/ Markdownpad: edit Markdown] (Windows; commercial, with free-of-charge version) | * [http://markdownpad.com/ Markdownpad: edit Markdown] (Windows; commercial, with free-of-charge version) | ||
* [http://www.appsonthemove.com/trunk.htm Trunk Notes: note-taking app that uses Markdown] (iOS; commercial, paid) | * [http://www.appsonthemove.com/trunk.htm Trunk Notes: note-taking app that uses Markdown] (iOS; commercial, paid) |
Revision as of 16:46, 10 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.
References
Resources
- Official 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)