Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for python's '-m' command line option. Do 'python -m markdown ↵ | Waylan Limberg | 2011-08-03 | 1 | -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 Limberg | 2011-08-03 | 1 | -6/+0 |
| | |||||
* | Updated commandline script as logging settings are no longer in ↵ | Waylan Limberg | 2010-07-06 | 1 | -2/+1 |
| | | | | markdown/__init__.py | ||||
* | Fixed Ticket 63. Changed name of commandline script (again) to 'markdown_py' ↵ | Waylan Limberg | 2010-07-01 | 1 | -0/+42 |
because 'markdown' conflicts with the perl implementation. 'markdown_py' will at least still work with tab completion when the user types 'markdown'. |