Home | History | Annotate | Download | only in extensions

Lines Matching full:markdown

7 An extension to Python-Markdown that adds [WikiLinks][]. Specifically, any 
12 This extension has been included in the Markdown library since 2.0.
46 >>> html = markdown.markdown(text, ['wikilink'])
71 >>> html = markdown.markdown(text,
87 md = markdown.Markdown(
95 >>> html = markdown.markdown(text,
105 python markdown.py -x wikilink(base_url=http://example.com/,end_url=.html,html_class=foo) src.txt
107 Some may prefer the more complex format when calling the `Markdown` class directly:
109 >>> md = markdown.Markdown(