Markdown Extra
Markdown Extra is a lightweight markup language based on Markdown implemented in PHP (originally), Python and Ruby. It adds features not available with plain Markdown syntax. Markdown Extra is supported in content management systems, for example Drupal,[1] TYPO3[2] and MediaWiki.[3]
It adds the following features to Markdown:
- Markdown inside HTML blocks
- Elements with id/class attribute
- Fenced code blocks
- Tables[4]
- Definition lists
- Footnotes
- Abbreviations
See also
References
- ↑ Markdown editor for BUEditor
- ↑ Markdown for TYPO3
- ↑ MarkdownExtraParser for MediaWiki
- ↑ PHP Markdown Extra - Tables
External links
- PHP Markdown Extra official site, featuring PHP implementation and syntax reference.
- Maruku is a Ruby implementation of Markdown Extra.
- Python Markdown has many of the features of Markdown Extra available as extensions.
- js-markdown-extra is an experimental JavaScript port of PHP Markdown Extra.
- Markdown Text Editor is a Markdown text editor written in JavaScript with a support of live preview using library like js-markdown-extra
- Parsedown Extra is an alternative PHP implementation.
This article is issued from Wikipedia - version of the Saturday, February 06, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.