Markdown Extra
From Wikipedia, the free encyclopedia
|
|
This article may not meet the general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged or deleted. (February 2009) |
Markdown Extra is a lightweight markup language based on Markdown, which implements some added features (such as tables[1]) currently not available with plain Markdown syntax.
It adds the following features to Markdown:
- Inline HTML
- Markdown Inside HTML Blocks
- Header Id Attribute
- Fenced Code Blocks
- Tables
- Definition Lists
- Footnotes
- Abbreviations
- Emphasis
- Backslash Escapes
[edit] References
[edit] External links
- PHP Markdown Extra official site, featuring PHP implementation and syntax reference.
- Maruku is a Ruby implementation of Markdown and Markdown Extra.