aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/commandline.py
Commit message (Expand)AuthorAgeFilesLines
* Made lazy ordered lists a settable option. The previous behavior (on) is the ...Waylan Limberg2011-04-291-1/+5
* fix import loop when importing loggerCraig de Stigter2011-04-181-1/+3
* sane logging. remove sys.exit() calls (libraries should never ever call sys.e...Craig de Stigter2011-04-181-4/+5
* Updated commandline script as logging settings are no longer in markdown/__in...Waylan Limberg2010-07-061-0/+3
* Cleaned up documentation output from commandline --help option.Waylan Limberg2009-10-211-5/+9
* The commandline script now accepts input from stdin. By extension markdownFro...Waylan Limberg2009-10-211-3/+2
* Removed the pre 2.3 commandline stuff as we don't support those older version...Waylan Limberg2009-10-211-29/+2
* Added a --version option to the commandline script. I thought we already had ...Waylan Limberg2009-10-211-2/+3
* Added optional HTML 4 output. Available formats currently include XHTML 1 and...Eric Abrahamsen2009-01-281-2/+6
* Refactoring test and getting logging to work properly when etree fails to load.Yuri Takhteyev2008-12-071-5/+0
* Attempting a refactoring, breaking markdown into multiple files.Yuri Takhteyev2008-11-171-0/+97