diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-11-22 23:55:30 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-11-22 23:55:30 -0500 |
commit | 019d7ca0cb3d1f98bb209cc3fb48d6941d1aac7d (patch) | |
tree | a17115567c1b4f66696ad1ba1807a326905422d2 /scripts/pymarkdown.py | |
parent | 6b54bb661d54f5c195b332d53e75e8e4e1b6f568 (diff) | |
download | markdown-019d7ca0cb3d1f98bb209cc3fb48d6941d1aac7d.tar.gz markdown-019d7ca0cb3d1f98bb209cc3fb48d6941d1aac7d.tar.bz2 markdown-019d7ca0cb3d1f98bb209cc3fb48d6941d1aac7d.zip |
Removed old scripts.
Diffstat (limited to 'scripts/pymarkdown.py')
-rwxr-xr-x | scripts/pymarkdown.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/scripts/pymarkdown.py b/scripts/pymarkdown.py deleted file mode 100755 index 478248e..0000000 --- a/scripts/pymarkdown.py +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python -""" -Python-Markdown Command Line Script -=================================== - -See <http://www.freewisdom.org/projects/python-markdown/> for more -information and instructions on how to extend the functionality of the -script. - -Started by [Manfred Stienstra](http://www.dwerg.net/). Continued and -maintained by [Yuri Takhteyev](http://www.freewisdom.org) and [Waylan -Limberg](http://achinghead.com/). - -Contact: - -* <yuri@freewisdom.org> -* <waylan@gmail.com> - -License: [GPL 2](http://www.gnu.org/copyleft/gpl.html) or BSD -""" - -import markdown, sys - -if __name__ == '__main__': - """ Run Markdown from the command line. """ - - markdown.main()
\ No newline at end of file |