aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Removed the html_tidy extension. See 2.3 release notes for explaination.Waylan Limberg2013-03-131-71/+0
* Dict.keys() does not return a list in Python 3.Waylan Limberg2013-02-271-1/+1
* Merge branch '2and3'Waylan Limberg2013-02-2718-134/+144
|\
| * Now using universal code for Python 2 & 3.Waylan Limberg2013-02-2718-134/+144
* | Missed a set.append -> set.add.Waylan Limberg2013-02-251-1/+1
* | Consistant parsing of attr_lists in Python3.3Waylan Limberg2013-02-251-2/+2
|/
* Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-222-3/+3
* More TOC cleanup and added tests.Waylan Limberg2013-02-191-2/+2
* TOC list item names must use text from all children.Waylan Limberg2013-02-191-1/+1
* Updated toc extension to work with changes @ 4ff74e3.Waylan Limberg2013-02-191-2/+2
* 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