aboutsummaryrefslogtreecommitdiffstats
path: root/docs/command_line.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added support for python's '-m' command line option. Do 'python -m markdown ↵Waylan Limberg2011-08-031-16/+34
| | | | [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.
* Edited command line docs. Changed "Linux" to "*nix (Linux, OSX, BSD, Unix, ↵Waylan Limberg2011-05-181-2/+2
| | | | etc.)" for completeness.
* Updated command line docs to document the actual implementation. For ↵Waylan Limberg2011-05-181-44/+29
| | | | example, the script is named "markdown_py". Also, no longer including the output of 'markdown_py --help' as that output has changed from time to time, but doesn't ever get updated here. The user can just run it if they need to. All we need to do it document that the option exists.
* Updated docs for recent command line script changes.Waylan Limberg2009-05-061-26/+17
|
* Fixed various typos etc in the docs.Waylan Limberg2009-03-171-1/+1
|
* Added docs regarding output formats and a few other changes/cleanup to the docs.Waylan Limberg2009-03-161-3/+3
|
* Updated docs for command line usage.Waylan Limberg2009-03-161-12/+62
|
* Added docs for command line and using as a module.Waylan Limberg2008-10-151-0/+57