Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added `--extension_configs` option to the CLI. | Waylan Limberg | 2014-08-22 | 1 | -6/+52 |
| | | | | | | | | | | The `--extension_configs` option must point to a YAML or JSON file. The contents of the file must parse to a Python Dict which will be passed to the `extension_configs` keyword of the `markdown.Markdown` class. Also added tests for all of the CLI option parsing options and updated documentation. | ||||
* | Tweaked the docs some more. | Waylan Limberg | 2013-02-27 | 1 | -11/+26 |
| | |||||
* | Various changes to docs for updated changes, clarity, and to fix typos. | Waylan Limberg | 2013-02-19 | 1 | -11/+12 |
| | |||||
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 1 | -0/+108 |
The documentation uses features of Python-Markdown that are not supported on GitHub and it's better to get a source view of the docs anyway. For example, that way comments and bug reports can reference a specific line of a file. Of course, it makes sense for Github to render the README, so that is left with the `.md` file extension. |