Home | History | Annotate | Download | only in extensions

Lines Matching full:markdown

1 Python-Markdown Extra
7 A compilation of various Python-Markdown extensions that (mostly) imitates
8 [PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/).
20 supported extensions are included in the standard Markdown library.
27 >>> import markdown
28 >>> html = markdown.markdown(text, ['extra'])
31 available for import, Markdown will simply continue without that
33 you may set Python-Markdown's logger level to "WARN".
36 Python-Markdown that are not included here in Extra. Those extensions
37 are not part of PHP Markdown Extra, and therefore, not part of
38 Python-Markdown Extra. If you really would like Extra to include
43 version of Python-Markdown.