Markdown is a lightweight markup language. It allows individuals “to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML)”. Markdown’s syntax is intended to be used as a format for writing for the web. Whereas HTML is a publishing format, Markdown is a writing format.
Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is the priority.
Markdown is also a Perl script converting text input to (X)HTML.
Markdown was released in 2004 and has been adopted by many sites to help discussion between users such as GitHub, Stack Overflow, and reddit.
Features include:
- Emphasizes source code readability.
- Syntax is very small, corresponding only to a very small subset of HTML tags.
- Syntax is comprised entirely of punctuation characters.
- Supports two styles of headers: Setext and atx.
- HTML export and import tools.
- Tables can be implemented using direct HTML.
- Link titles.
- Class attribute can be implemented using direct HTML.
- ID Attribute can be implemented using direct HTML.
- Automatic email address obfuscation.
- Export formats: HTML, LaTeX, ConTeXt, RTF, PDF, OpenDocument, DocBook, EPUB, MediaWiki, ReStructuredText, Man page, S5 (file format).
Website: daringfireball.net/projects/markdown
Support:
Developer: John Gruber
License: BSD-style open source license
Related Software
| Lightweight Markup Languages | |
|---|---|
| Markdown | Markup language and Text-to-HTML conversion tool |
| MultiMarkdown | Based on Markdown with additional features |
| GitHub Flavored Markdown | For user content on GitHub.com and GitHub Enterprise |
| Markdown Extra | Lightweight markup language based on Markdown |
| AsciiDoc | Presentable text document format for writing articles |
| Textile | Billed as a "humane web text generator" |
| Texy | Text-to-XHTML formatter and converter library |
| Tome | Markup Language and Tool Suite for Authors |
| reStructuredText | Markup Syntax and Parser Component of Docutils |
| Haml | Templating engine for HTML |
| JsonML | Map between XML and JSON |
| TOML | Tom’s Obvious Minimal Language |
| Djot | Light markup language inspired by CommonMark |
| Org-mode | Plain text markup for notes, documents, and workflows |
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.