Lines Matching full:markdown
7 The Markdown Abbreviation Extension adds the ability to define abbreviations.
10 The Abbreviation extension is included in the standard Markdown library.
16 [PHP Markdown Extra][php].
18 [php]: http://www.michelf.com/projects/php-markdown/extra/#abbr
38 >>> import markdown
44 >>> html = markdown.markdown(text, ['abbr'])
48 >>> html = markdown.markdown(text, ['abbr', 'footnotes'])
50 Abbreviations can also be called from the command line using Markdown's `-x`
53 markdown.py -x abbr source.txt > output.html