Product Code Database
Example Keywords: radiant silvergun -programming $87-133
barcode-scavenger
   » » Wiki: Markdown
Tag Wiki 'Markdown'.
Tag

Markdown is a lightweight markup language for creating using a . created Markdown in 2004 as an easy-to-read . Markdown is widely used for and instant messaging, and also used elsewhere in , collaborative software, pages, and .

The initial description of Markdown contained ambiguities and raised unanswered questions, causing implementations to both intentionally and accidentally diverge from the original version. This was addressed in 2014 when long-standing Markdown contributors released CommonMark, an unambiguous specification and test suite for Markdown.


History
Markdown was inspired by pre-existing conventions for marking up in and posts, such as the earlier markup languages (), Textile (c. 2002), and (c. 2002).

In 2002 created atx and referred to it as "the true structured text format". Gruber created the Markdown language in 2004 with Swartz as his "sounding board". The goal of the language was to enable people "to write using an easy-to-read and easy-to-write plain text format, optionally convert it to structurally valid (or )".Markdown 1.0.1 readme source code

Another key design goal was readability, that the language be readable as-is, without looking like it has been marked up with tags or formatting instructions, unlike text formatted with "heavier" , such as Rich Text Format (RTF), HTML, or even (each of which have obvious in-line tags and formatting instructions which can make the text more difficult for humans to read).

Gruber wrote a script, , which converts marked-up text input to valid, well-formed XHTML or HTML, encoding angle brackets (, ) and (), which would be misinterpreted as special characters in those languages. It can take the role of a standalone script, a plugin for or a , or of a text filter for .


Rise and divergence
As Markdown's popularity grew rapidly, many Markdown appeared, driven mostly by the need for additional features such as tables, footnotes, definition lists,Technically HTML description lists and Markdown inside HTML blocks.

The behavior of some of these diverged from the reference implementation, as Markdown was only characterised by an informal specification and a implementation for conversion to HTML.

At the same time, a number of ambiguities in the informal specification had attracted attention. These issues spurred the creation of tools such as Babelmark to compare the output of various implementations, and an effort by some developers of Markdown for standardisation. However, Gruber has argued that complete standardization would be a mistake: "Different sites (and people) have different needs. No one syntax would make all happy."

Gruber avoided using curly braces in Markdown to unofficially reserve them for implementation-specific extensions.


Standardization
From 2012, a group of people, including and John MacFarlane, launched what Atwood characterised as a standardisation effort.

A community website now aims to "document various tools and resources available to document authors and developers, as well as implementors of the various Markdown implementations".

In September 2014, Gruber objected to the usage of "Markdown" in the name of this effort and it was rebranded as CommonMark. CommonMark.org published several versions of a specification, reference implementation, test suite, and "plans to announce a finalized 1.0 spec and test suite in 2019".

No 1.0 spec has since been released, as major issues still remain unsolved.

Nonetheless, the following websites and projects have adopted CommonMark: Discourse, , , , Qt, (), and Swift.

In March 2016, two relevant informational Internet RFCs were published:

  • introduced type .
  • discussed and registered the variants , GitHub Flavored Markdown (GFM), , and Markdown Extra among others.


Variants
Websites like , Diaspora, , , , , and use variants of Markdown to make discussions between users easier.

Depending on implementation, basic inline may be supported.

Italic text may be implemented by .md or .markdown.


GitHub Flavored Markdown
GitHub had been using its own variant of Markdown since as early as 2009, which added support for additional formatting such as tables and nesting block content inside list elements, as well as GitHub-specific features such as auto-linking references to commits, issues, usernames, etc.

In 2017, GitHub released a formal specification of its GitHub Flavored Markdown (GFM) that is based on CommonMark. It is a of CommonMark, following its specification exactly except for tables, , autolinks and task lists, which GFM adds as extensions.

Accordingly, GitHub also changed the parser used on their sites, which required that some documents be changed. For instance, GFM now requires that the that creates a heading be separated from the heading text by a space character.


Markdown Extra
Markdown Extra is a lightweight markup language based on Markdown implemented in (originally), Python and Ruby. It adds the following features that are not available with regular Markdown:

  • Markdown markup inside blocks
  • Elements with id/class attribute
  • "Fenced code blocks" that span multiple lines of code
  • Tables
  • Definition lists
  • Footnotes
  • Abbreviations

Markdown Extra is supported in some content management systems such as , Grav (CMS), and TYPO3.


Examples
Heading

Sub-heading -----------

  1. Alternative heading

    1. Alternative sub-heading

Paragraphs are separated by a blank line.

Two spaces at the end of a line produce a line break.

Heading

Sub-heading

Alternative heading

Alternative sub-heading

Paragraphs are separated by a blank line.

Two spaces at the end of a line
produce a line break.

Sub-heading

Alternative sub-heading

Paragraphs are separated by a blank line.

Two spaces at the end of a line
produce a line break.

Text attributes _italic_, **bold**, `monospace`.

Horizontal rule:

---

Text attributes italic, bold, text/markdown.

Horizontal rule:


Text attributes italic, bold, net.daringfireball.markdown.

Horizontal rule:


Bullet lists nested within numbered list:

 1. fruits
    * apple
    * banana
 2. vegetables
    - carrot
    - broccoli
     

Bullet lists nested within numbered list:

     
  1. fruits
    • apple
    • banana
  2. vegetables
    • carrot
    • broccoli

Bullet lists nested within numbered list:

  1. fruits
    • apple
    • banana
  2. vegetables
    • carrot
    • broccoli

A link(http://example.com).

!Image(Icon-pictures.png "icon")

> Markdown uses email-style characters for blockquoting. > > Multiple paragraphs need to be prepended individually.

Most inline HTML tags are supported.

A link.

Image

Markdown uses email-style characters for blockquoting.

Multiple paragraphs need to be prepended individually.

Most inline HTML tags are supported.

A link.

Markdown uses email-style characters for blockquoting.

Multiple paragraphs need to be prepended individually.

Most inline HTML tags are supported.


Implementations
Implementations of Markdown are available for over a dozen programming languages; in addition, many applications, platforms and frameworks support Markdown. For example, Markdown plugins exist for every major platform.

While Markdown is a minimal markup language and is read and edited with a normal , there are specially designed editors that preview the files with styles, which are available for all major platforms. Many general-purpose text and code editors have syntax highlighting plugins for Markdown built into them or available as optional download. Editors may feature a side-by-side preview window or render the code directly in a fashion.


See also
  • Comparison of document markup languages
  • Comparison of documentation generators
  • Lightweight markup language


Explanatory notes

External links
  • for original John Gruber markup

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs