aboutsummaryrefslogtreecommitdiffstats
path: root/bin
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/+0
| | | | because 'markdown' conflicts with the perl implementation. 'markdown_py' will at least still work with tab completion when the user types 'markdown'.
* Updated docs for recent command line script changes.Waylan Limberg2009-05-061-2/+2
|
* Fixed commandline issues and upped version to 2.0.1-beta. Renamed ↵Waylan Limberg2009-05-051-0/+42
markdown.py to markdown and added a markdown.bat wrapper for win32. Also had to put markdown script in a bin dir so it doesn't clash with the markdown lib dir because win32 doesn't allow a dir and file of the same name in same parent dir.