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 |
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

