aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/code_hilite.txt
Commit message (Collapse)AuthorAgeFilesLines
* Thorough spell check of the docs.Waylan Limberg2015-02-071-12/+12
|
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-051-1/+10
| | | | | | | | | Fixes #386. I'm doing this against my better judgement. The only reason is that I'm using the HTML format suggested by the HTML5 Spec and will simply not consider any alternate output. If a JavaScript library requires something else, to bad. I don't care. That library should support the format suggested by the spec or I'm not interested in it. If you want something else then you can create your own extension which does whatever you want.
* Docs now use dot notation for all extensions.Waylan Limberg2014-08-291-1/+1
| | | | | | Except were "short names" are explained in the docs, all references to the buitlin extensions now use `markdown.extensions.*` in anticipation of #336.
* Cleaned up some minor issues with recent changes to docs.Waylan Limberg2014-02-161-10/+11
|
* docs: capitalization fixes, plural fixes, small wording improvementsJakub Klinkovský2014-02-151-4/+4
|
* docs: update codehilite documentationJakub Klinkovský2014-02-151-67/+72
|
* Document hl_lines feature for fenced_code and codehilite extensions.A. Jesse Jiryu Davis2014-01-071-0/+11
|
* Improved codehilite docs. Document `css_class` setting.Waylan Limberg2013-06-161-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 Limberg2013-03-131-2/+2
|
* Tweaked the docs some more.Waylan Limberg2013-02-271-35/+35
|
* Various changes to docs for updated changes, clarity, and to fix typos.Waylan Limberg2013-02-191-13/+17
|
* Allow better linenum override in CodeHiliteWaylan Limberg2013-02-141-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 Serafim2012-09-191-23/+23
|
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's ↵Waylan Limberg2012-06-281-1/+0
| | | | homepage).
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-071-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.