Markdown
From Just Solve the File Format Problem
Revision as of 13:22, 25 August 2014 by Dan Tobias (Talk | contribs)
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.
Software
- Markdownpad: edit Markdown (Windows; commercial, with free-of-charge version)
- MacDown (OS X; open source)
- Trunk Notes: note-taking app that uses Markdown (iOS; commercial, paid)
References
Resources
- Official 2004 specification and markdown to HTML conversion tool
- Byword MultiMarkdown Guide
- Markdown Extra - includes support for tables, definition lists, footnotes, etc.
- Dillinger: cloud-enabled HTML5 Markdown editor