aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/footnotes.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-21/+11
* Flexible inline (#629)Isaac Muse2018-01-171-8/+8
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-4/+4
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Correct spelling mistakes.Edward Betts2018-01-131-1/+1
* Fix raw html reference issue (#585)Isaac Muse2018-01-041-1/+11
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-041-2/+2
* [Footnote extension] Add a way to customize the backlink title (#616)Jorge Maldonado Ventura2017-12-221-2/+7
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Fix footnote parsing of footnote content (#536)Isaac Muse2017-01-231-13/+20
* Create additional references for duplicate footnotes (#534)Isaac Muse2017-01-231-5/+93
* Fix find footnote placeholder to recurseGustav Tiger2015-08-291-1/+3
* Use newer ElementTree API to avoid future breakage.Waylan Limberg2015-01-311-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-44/+58
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-21/+11
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-17/+17
* Allow extensions to register serializersWaylan Limberg2013-08-071-7/+9
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Dict.keys() does not return a list in Python 3.Waylan Limberg2013-02-271-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-10/+17
* Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-081-5/+7
* Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-1/+1
* Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-091-2/+7
* Fixed #73. Codehilite now works in footnotes.Waylan Limberg2012-01-201-3/+3
* fixed an error in the BACKLINK_TEXT option in the footnotes extension.tim2011-12-201-2/+2
* New footnotes configuration option: BACKLINK_TEXT (second try).tim2011-12-201-2/+8
* Fixed #51. Removed recussion from footnote preproccessor. Also refactors the ...Waylan Limberg2011-11-181-47/+31
* Fixed Ticket 70 and added a test. Footnote references whithout a corespondin...Waylan Limberg2010-08-251-7/+10
* Fixed problem hidden by Ticket 68. Defining a footnote placeholder in a markd...Waylan Limberg2010-08-021-8/+7
* Fix Ticket 68. Remove an old line of code from the footnote extension that s...Waylan Limberg2010-08-021-1/+0
* 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-2/+3
* Fixed Ticket 37. When multiple markdown documents are displayed on one page andWaylan Limberg2009-07-211-5/+19
* Updated footnotes extension for new refactor.Waylan Limberg2008-11-201-6/+6
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+293