aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/fenced_code.py
Commit message (Expand)AuthorAgeFilesLines
* 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