Part of the EllisLab Network

Plugin Information

Markdown 1.0.1f third_party

Download
Author:
Paul Burdick
Published:
May 27, 2004
Last Updated:
Dec 01, 2008
License:
Open Source
Categories:
Plugins  Text Formatting  
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML.

Requirements

See the Markdown Pricing and License page for licensing and use information.

Example Usage

{exp:markdown}
{body}
{
/exp:markdown}

Notes

This is a PHP translation (by Michel Fortin) of the original Markdown parser written in Perl by John Gruber.

The PHP translation was done by Michel Fortin at http://www.michelf.com/php-markdown/. Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well). For more information about Markdown's syntax, see http://daringfireball.net/projects/markdown/syntax.