Markdown Parser Version 0.1 --- Release Notes

Usage

The Markdown parser can be used for either code blocks or entire pages.

Code Block Example

{{{#!text_markdown

Header 1
========

This is some _test_ Markdown **text**.

}}}

Full Page Example

#format text_markdown

Header 1
========

This is an entire page of  _test_ Markdown **text**.

-------------------------------

Here is the end of the page.

Syntax

The Markdown parser accepts all Markdown syntax as specified in the official Markdown Syntax Documentation.

This parser is copyright 2009 by Jason R. Fruit.

License

This parser is released under the terms of the GNU GPL.

Discussion

Please discuss on the main Markdown page.

MoinMoin: ParserMarket/Markdown/ReleaseNotes (last edited 2009-06-12 17:20:37 by JasonFruit)