Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned up some minor issues with recent changes to docs. | Waylan Limberg | 2014-02-16 | 1 | -10/+11 |
| | |||||
* | docs: capitalization fixes, plural fixes, small wording improvements | Jakub Klinkovský | 2014-02-15 | 1 | -4/+4 |
| | |||||
* | docs: update codehilite documentation | Jakub Klinkovský | 2014-02-15 | 1 | -67/+72 |
| | |||||
* | Document hl_lines feature for fenced_code and codehilite extensions. | A. Jesse Jiryu Davis | 2014-01-07 | 1 | -0/+11 |
| | |||||
* | Improved codehilite docs. Document `css_class` setting. | Waylan Limberg | 2013-06-16 | 1 | -5/+13 |
| | | | | | | Also cleaned up poor wording on other setting for codehilite. Thanks for the inital suggestion @davidcorne. Fixes #223. | ||||
* | Removed the html_tidy extension. See 2.3 release notes for explaination. | Waylan Limberg | 2013-03-13 | 1 | -2/+2 |
| | |||||
* | Tweaked the docs some more. | Waylan Limberg | 2013-02-27 | 1 | -35/+35 |
| | |||||
* | Various changes to docs for updated changes, clarity, and to fix typos. | Waylan Limberg | 2013-02-19 | 1 | -13/+17 |
| | |||||
* | Allow better linenum override in CodeHilite | Waylan Limberg | 2013-02-14 | 1 | -6/+19 |
| | | | | | | | | | | | Fixes #148. The "force_linenos" config setting of the CodeHilite extension has been marked as Pending Deprecation and a new setting "linenums" has been added to replace it. See documentation for the [CodeHilite Extension] for an explaination of the new "linenums" setting. The new setting will honor the old "force_linenos" if it is set, but it will raise a PendingDeprecationWarning and will likely be removed in a future version of Python-Markdown. [CodeHilite Extension]: extensions/codehilite.html | ||||
* | First version of the docs. | Tiago Serafim | 2012-09-19 | 1 | -23/+23 |
| | |||||
* | Fixed #106. Replaced all references to freewisdom.org (except for Yuri's ↵ | Waylan Limberg | 2012-06-28 | 1 | -1/+0 |
| | | | | homepage). | ||||
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 1 | -0/+126 |
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. |