aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Ensure toc attribute is available on Markdown class.Waylan Limberg2013-02-191-3/+3
* Do not use assigned names "next" and "id", rename to order_toc_list and clean...benjaoming2013-02-181-18/+20
* code cleanupbenjaoming2013-02-181-13/+12
* Make TocTreeprocessor extendable and be more gentle on badly structured headingsbenjaoming2013-02-171-63/+126
* Allow better linenum override in CodeHiliteWaylan Limberg2013-02-141-10/+23
* Remove RSS Extension.Waylan Limberg2013-02-121-114/+0
* Allow capitalized Admonition title.Waylan Limberg2013-02-121-1/+1
* Merge branch 'master' into admonitionTiago Serafim2013-02-097-28/+43
|\
| * Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-081-5/+7
| * Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-081-1/+1
| * nl2br and attr_list compatability.Waylan Limberg2013-02-062-3/+3
| * Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-061-4/+10
| * Better fix for #164. Works in Python 2 & 3.Waylan Limberg2012-12-181-4/+4
| * Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...Waylan Limberg2012-12-132-10/+8
| * Fixed #164. attr_list extension attribute names are now sanitized and won't c...Waylan Limberg2012-12-131-2/+13
| * Fixed #160. No `markdown=1` support in safe_mode.Waylan Limberg2012-12-051-2/+3
| * Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-093-4/+1
| * Remove exec bit from extensions/fenced_code.pyDmitry Shachnev2012-11-031-0/+0
* | Added comments detailing the difference between not providing a title and usi...Tiago Serafim2012-09-191-0/+4
* | More tests for the extension and new tests for the RE. It's now possible to u...Tiago Serafim2012-09-191-9/+9
* | Removed the configs.Tiago Serafim2012-09-081-39/+16
* | Initial version with insufficient tests and no docs.Tiago Serafim2012-09-021-0/+136
|/
* Typo: Boolen -> Boolean.Grahack2012-08-291-2/+2
* Fixed unicode breakage.Erik van Zijst2012-08-141-1/+1
* Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-091-2/+7
* 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