aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/wikilinks.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-1/+1
* 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
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-15/+16
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-66/+5
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-1/+1
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-12/+10
* Make doctests support Python 3Dmitry Shachnev2014-06-111-9/+9
* Fixed wikilinks extension's handling of config setting. Not sure how I didn't...Waylan Limberg2013-06-161-2/+2
* Fixed #216. WikiLink Extension actually accepts configs.Waylan Limberg2013-05-191-2/+2
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-16/+12
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-1/+1
* Added doctests to fabfile and edited them to pass in all supported versions o...Waylan Limberg2011-08-021-16/+16
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-5/+5
* Fixed Ticket 78. Wikilinks now support unicode characters.Waylan Limberg2010-09-201-1/+1
* 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
* Fixed a documentation error with recent wikilinks update and added a regressi...Waylan Limberg2009-03-211-0/+9
* Cleaning up some stuff from last commit.Waylan Limberg2009-03-201-1/+1
* Fixed a few bugs in wikilinks url cleaning. And for those who don't like the ...Waylan Limberg2009-03-201-5/+13
* Updated wikilinks extension for new refactor.Waylan Limberg2008-11-201-3/+3
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+138