aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-211-1/+1
* Stack Overflow does NOT convert single linebreaks in markdown to `<br>` tags.Adrian2012-07-161-1/+1
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-2810-17/+17
* Fixed #109. The attr_list extension can now be loaded either before or after ...Waylan Limberg2012-06-281-2/+6
* Fix #99. Account for empty header IDs when ensuring uniqueness.Waylan Limberg2012-05-241-1/+1
* Fixed Issue #98. The language designator must start at the beginging of the f...Waylan Limberg2012-05-181-1/+1
* Fixes #64. Added sane_list extension.Waylan Limberg2012-01-241-0/+49
* Fixed #73. Codehilite now works in footnotes.Waylan Limberg2012-01-202-4/+4
* 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
* Fixed issue #66. Silly error. Not sure why the shebang lines were capitalized...Waylan Limberg2012-01-152-2/+2
* fixed an error in the BACKLINK_TEXT option in the footnotes extension.tim2012-01-151-2/+2
* New footnotes configuration option: BACKLINK_TEXT (second try).tim2012-01-151-2/+8
* 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
* Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...Waylan Limberg2011-11-181-47/+31
* Fixed #49. Don't crash on poorly/randomly ordered header levels. Maybe someda...Waylan Limberg2011-10-301-42/+46
* Fixed #44. The TOC extension will now except True/False in addition to 1/0 fr...Waylan Limberg2011-10-061-1/+1
* TOC extension now attaches toc to Markdown instance (Markdown.toc), but only ...Waylan Limberg2011-08-041-0/+11
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-027-58/+66
* Fix a minor Python 3 incompatability in the headerid extension's slugify func...Waylan Limberg2011-07-281-1/+1
* Fix syntax error in doctests which tripped up the 2to3 tool.Waylan Limberg2011-07-241-6/+6
* Fixed a few minor Python2.4 incompatabilities. Runs in 2.4-2.7 cleanly.Waylan Limberg2011-07-221-1/+7
* Updated toc extension's anchorlink option to work properly with recent refactor.Waylan Limberg2011-07-141-2/+6
* Refactored the toc extension. Fixes #33: The [TOC] marker is now ignored in c...Waylan Limberg2011-07-141-28/+17
* Fixed #34. Better support for unicode text with the html_tidy extension. Forc...Waylan Limberg2011-07-141-2/+5
* Refactored HeaderId extension to no longer include defining ids. It only auto...Waylan Limberg2011-06-302-78/+76
* Fixed #30. Tables now allow three spaces of indent like PHP Markdown Extra. T...Waylan Limberg2011-06-291-6/+7
* Added nl2br extension. Closes #13. Thanks to Brian Neal for writing the code ...Waylan Limberg2011-06-211-0/+35
* allow language guessing to be disabled by passing a setting to CodeHilite - c...Rob McBroom2011-06-192-4/+17
* Added attribute list extension inspired by Maruku's attribute list feature. S...Waylan Limberg2011-06-171-0/+122
* A few minor tweaks to the smart_strong extension. Thanks to David Chambers fo...Waylan Limberg2011-06-131-2/+2
* Added smart_strong extension. Fixes Issue #17. Like PHP Markdown Extra, we no...Waylan Limberg2011-06-072-1/+47
* Added "." to the characters that may be included in implicit heading ids.David Chambers2011-06-051-1/+1
* Fix #4. Links in headers no longer munge up table of contents in TOC extension.Waylan Limberg2011-05-041-3/+10
* 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-046-32/+26
* Minor improvement to Extension settings API. Extension.getConfig now accepts ...Waylan Limberg2011-04-071-3/+7
* 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
* Corrected behavior of headerid extension to match default behavior when "Weve...Waylan Limberg2011-04-281-1/+4
* sane logging. remove sys.exit() calls (libraries should never ever call sys.e...Craig de Stigter2011-04-182-6/+1
* Added an alternative meta list syntax.David Chambers2011-02-171-1/+5
* Made the HeaderId extension's word separator configurable to allow, forDavid Chambers2011-01-221-2/+3
* Updated regular expression to accept periods in heading ids.David Chambers2011-01-091-1/+1
* Merge branch 'master' of git@gitorious.org:python-markdown/mainlineWaylan Limberg2010-09-201-51/+0
|\
| * Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...Waylan Limberg2010-08-291-51/+0
* | Fixed Ticket 78. Wikilinks now support unicode characters.Waylan Limberg2010-09-201-1/+1
|/
* Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...Waylan Limberg2010-08-251-7/+10