aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/codehilite.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-2/+2
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-1/+1
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-4/+4
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-2/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* codehilite: detect languages with funny names (#527)Grant Mathews2017-01-171-1/+1
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-051-7/+10
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-311-4/+3
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-32/+45
* Use Pygments APIfacelessuser2014-10-041-10/+10
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-8/+5
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-2/+2
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-19/+4
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-1/+1
* Fix some tests failuresDmitry Shachnev2014-02-121-1/+1
* Allow single as well as double quotes for hl_lines.A. Jesse Jiryu Davis2014-01-071-1/+2
* Support syntax for highlighted lines like: ```python hl_lines=“1 3”A. Jesse Jiryu Davis2014-01-061-4/+7
* Add feature for emphasizing some lines in a code block.A. Jesse Jiryu Davis2014-01-031-5/+29
* Deprecated CodeHilite's force_linenos config setting.Waylan Limberg2013-08-131-1/+1
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-6/+7
* Allow better linenum override in CodeHiliteWaylan Limberg2013-02-141-10/+23
* Typo: Boolen -> Boolean.Grahack2012-08-291-2/+2
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-3/+3
* Fixed Issue #98. The language designator must start at the beginging of the f...Waylan Limberg2012-05-181-1/+1
* Fixed #73. Codehilite now works in footnotes.Waylan Limberg2012-01-201-1/+1
* allow language guessing to be disabled by passing a setting to CodeHilite - c...Rob McBroom2011-06-191-4/+16
* Fixed typo in previous commit. Extension.getConfigs is a method, not a property.Waylan Limberg2011-05-041-1/+1
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-5/+5
* Factored out the importing of pygments in CodeHilite Extension so it doesn;t ...Waylan Limberg2011-04-071-27/+24
* Cleaned up CodeHilite extension. When pygments is not available provide simpl...Waylan Limberg2011-04-071-25/+12
* Fixed tab_length on codehilite extension to match new implementation of defau...Waylan Limberg2010-07-071-11/+5
* Changed the default style used by pygments in the codehilite extension. This...Waylan Limberg2010-03-251-1/+1
* Refactored codehilite and fenced code, so now fenced code will also be highli...Lucas van Dijk2010-01-251-39/+51
* Updated codehilite extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+224