Home | History | Annotate | Download | only in extensions

Lines Matching full:markdown

7 An extension to Python-Markdown that outputs a markdown document as RSS. This 
8 extension has been included with Python-Markdown since 1.7 and should be
9 available to anyone who has a typical install of Python-Markdown.
16 >>> import markdown
17 >>> text = "Some markdown document."
18 >>> rss = markdown.markdown(text, ['rss'])
33 >>> rss = markdown.markdown(text, extensions = \