aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/fenced_code.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-3/+1
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-1/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Update fenced code extension to match codehilite lang regex. (#529)Waylan Limberg2017-01-181-1/+1
* Support CodeHilite option use_pygments in fenced_codeMartin Morgenstern2016-04-111-0/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-15/+19
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-80/+8
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-2/+2
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-2/+3
* Make doctests support Python 3Dmitry Shachnev2014-06-111-6/+6
* Fix a doctest in fenced_code.py.Andrey Rahmatullin2014-05-311-4/+4
* docs: improved documentation of the extra/ extensionsJakub Klinkovský2014-02-151-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-2/+5
* Add feature for emphasizing some lines in a code block.A. Jesse Jiryu Davis2014-01-031-6/+21
* Allow fenced_code to be configurable in subclasses.Waylan Limberg2013-08-191-10/+9
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Update fenced_code.pyTimon Wong2013-03-151-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-12/+8
* Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-081-1/+1
* Remove exec bit from extensions/fenced_code.pyDmitry Shachnev2012-11-031-0/+0
* Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-211-1/+1
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-2/+2
* Support github-flavored markdown by making the '.' optional before language t...Mike Dirolf2012-01-171-1/+1
* Fenced code blocks need to end with a fence on its own line.Mike Dirolf2012-01-171-1/+1
* Fixed #60. When we updated codehilite, we forgot to update fenced_codee to wo...Waylan Limberg2012-01-151-5/+5
* appropriately move the tests to the fenced code documentation in the extensio...Daniel Gottlieb2011-12-271-1/+11
* Allow tildes or backticks in the fenced_code extension to support the syntax ...Daniel Gottlieb2011-12-271-1/+3
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-021-15/+17
* allow language guessing to be disabled by passing a setting to CodeHilite - c...Rob McBroom2011-06-191-0/+1
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-10/+4
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+2
* Fixed some code that wasn't Python 2.4 compatible.Waylan Limberg2010-02-221-1/+1
* Refactored codehilite and fenced code, so now fenced code will also be highli...Lucas van Dijk2010-01-251-42/+29
* Added pygments support to fenced_codeLucas van Dijk2010-01-241-13/+64
* Updated fenced_code extension to fit in with consensious on Markdown list. La...Waylan Limberg2009-02-021-5/+5
* Updated fenced_code extension for package refactor.Waylan Limberg2008-11-221-1/+1
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+117