aboutsummaryrefslogtreecommitdiffstats
path: root/bin/markdown_py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for python's '-m' command line option. Do 'python -m markdown ↵Waylan Limberg2011-08-031-3/+2
| | | | [options] [args]'. I suspect will drop the command line script (markdown_py) when we drop support for Python 2.4 as this is easier to support.
* Cleaned up commandline script. Everything is in module now.Waylan Limberg2011-08-031-6/+0
|
* Updated commandline script as logging settings are no longer in ↵Waylan Limberg2010-07-061-2/+1
| | | | markdown/__init__.py
* Fixed Ticket 63. Changed name of commandline script (again) to 'markdown_py' ↵Waylan Limberg2010-07-011-0/+42
because 'markdown' conflicts with the perl implementation. 'markdown_py' will at least still work with tab completion when the user types 'markdown'.