aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/attr_list.py
Commit message (Expand)AuthorAgeFilesLines
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-2/+1
* 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-3/+1
* Remove deprecated support for Extension args.Waylan Limberg2018-01-131-2/+2
* Improve test coverage.Waylan Limberg2018-01-131-1/+1
* Removed some Py2.4-2.6 specific code.Waylan Limberg2018-01-111-7/+1
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-1/+1
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-181-0/+1
* getiterator to iter (#501)Brandon Chinn2016-09-291-1/+1
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-09-231-3/+3
|\
| * Fix another issue with attribute lists (with multiple ‘=’ signs)Dmitry Shachnev2016-06-131-3/+3
* | Don't allow equal signs in attr_list keys.Waylan Limberg2016-09-231-3/+3
|/
* Attribute lists are not permitted to contain newlines. Fixes #482.Waylan Limberg2016-06-121-1/+1
* No `=` in key or value of attr lists.Waylan Limberg2015-02-241-2/+2
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-10/+20
* Standardized all extension header comments to a uniform format.Waylan Limberg2014-08-211-6/+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-2/+2
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-1/+1
* tables and attr_list compatibilityryneeverett2013-11-131-0/+2
* Fix Python 3 compat in Attr_list. Fixes #218.Waylan Limberg2013-07-281-1/+1
* Added support for attr_lists on definition list terms.Waylan Limberg2013-07-191-2/+2
* Allow inline attr_lists at end of header.Waylan Limberg2013-07-191-1/+1
* Attr_List Extension now also supports nested ol's.Waylan Limberg2013-07-191-11/+11
* Minor cleanup.Waylan Limberg2013-06-161-1/+0
* Attr_List Extension now support attr_lists on nested lists.Waylan Limberg2013-06-161-1/+28
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Merge branch '2and3'Waylan Limberg2013-02-271-6/+9
|\
| * Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-6/+9
* | Consistant parsing of attr_lists in Python3.3Waylan Limberg2013-02-251-2/+2
|/
* nl2br and attr_list compatability.Waylan Limberg2013-02-061-1/+1
* 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-131-7/+1
* Fixed #164. attr_list extension attribute names are now sanitized and won't c...Waylan Limberg2012-12-131-2/+13
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-281-2/+2
* Fixed #109. The attr_list extension can now be loaded either before or after ...Waylan Limberg2012-06-281-2/+6
* Fixed a few minor Python2.4 incompatabilities. Runs in 2.4-2.7 cleanly.Waylan Limberg2011-07-221-1/+7
* Added attribute list extension inspired by Maruku's attribute list feature. S...Waylan Limberg2011-06-171-0/+122