Software

Markdown – markup language

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
MarkdownMarkup language and Text-to-HTML conversion tool
MultiMarkdownBased on Markdown with additional features
GitHub Flavored MarkdownFor user content on GitHub.com and GitHub Enterprise
Markdown ExtraLightweight markup language based on Markdown
AsciiDocPresentable text document format for writing articles
TextileBilled as a "humane web text generator"
TexyText-to-XHTML formatter and converter library
TomeMarkup Language and Tool Suite for Authors
reStructuredTextMarkup Syntax and Parser Component of Docutils
HamlTemplating engine for HTML
JsonMLMap between XML and JSON
TOMLTom’s Obvious Minimal Language
DjotLight markup language inspired by CommonMark

Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments