diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-08-12 16:25:16 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-08-12 16:25:16 +0500 |
commit | 90c4d5b13b231b34841aab698ca5499a30213f61 (patch) | |
tree | 64b383c2a8732ab60ab33ae79a98273a229dc580 /MANIFEST | |
parent | 2215f99b0c5d82b3d53306f762a6135adeade384 (diff) | |
parent | 57efe86c611f9347d0259b2dbbab26d79385a58c (diff) | |
download | markdown-90c4d5b13b231b34841aab698ca5499a30213f61.tar.gz markdown-90c4d5b13b231b34841aab698ca5499a30213f61.tar.bz2 markdown-90c4d5b13b231b34841aab698ca5499a30213f61.zip |
Merge git@gitorious.org:python-markdown/mainline
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 31 |
1 files changed, 18 insertions, 13 deletions
@@ -1,15 +1,20 @@ -README.txt -README.html -CHANGE_LOG.txt markdown.py -mdx_codehilite.py -mdx_fenced_code.py -mdx_footnotes.py -mdx_headerid.py -mdx_imagelinks.py -mdx_meta.py -mdx_rss.py -mdx_tables.py -mdx_wikilink.py +markdown_extnesions/__init__.py +markdown_extensions/codehilite.py +markdown_extensions/fenced_code.py +markdown_extensions/footnotes.py +markdown_extensions/headerid.py +markdown_extensions/imagelinks.py +markdown_extensions/meta.py +markdown_extensions/rss.py +markdown_extensions/tables.py +markdown_extensions/wikilink.py setup.py -scripts/pymarkdown.py
\ No newline at end of file +scripts/pymarkdown.py +docs/README +docs/README.html +docs/CHANGE_LOG +docs/INSTALL +docs/AUTHORS +docs/writing_extensions.txt + |