summaryrefslogtreecommitdiff
path: root/markdown/extensions/toc.py
Commit message (Expand)AuthorAgeFilesLines
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Merge branch '2and3'Waylan Limberg2013-02-271-5/+8
|\
| * Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-5/+8
* | Missed a set.append -> set.add.Waylan Limberg2013-02-251-1/+1
|/
* Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-221-1/+1
* 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
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-1/+1
* 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
* 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
* Fix #4. Links in headers no longer munge up table of contents in TOC extension.Waylan Limberg2011-05-041-3/+10
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-6/+6
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-1/+1
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+1
* Fix the TOC extension for TOCs starting at levels other than 1.Steve Losh2009-12-251-1/+4
* Fixed TOC extension to properly nest multiple header levels in the table of c...Waylan Limberg2009-07-211-7/+3
* Fixed bug in toc extension and added a test. We now disallow the marker in an...Waylan Limberg2009-03-181-1/+4
* Getting rid of has_key for compatibility with python3k.Yuri Takhteyev2008-12-041-2/+2
* Updated toc extension for new refactor.Waylan Limberg2008-11-201-5/+5
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+137