Lines Matching full:markdown
8 Markdown documents.
10 This extension is included in the standard Markdown library.
16 [PHP Markdown Extra][php].
18 [php]: http://www.michelf.com/projects/php-markdown/extra/#def-list
46 >>> html = markdown.markdown(text, ['def_list'])
50 >>> html = markdown.markdown(text, ['def_list', 'footnotes'])
52 The extension can also be called from the command line using Markdown's `-x`
55 markdown.py -x def_list source.txt > output.html