aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-2/+9
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-2/+1
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-3118-18/+34
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-313-38/+30
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-311-0/+1
* Consistent copyright headers.Waylan Limberg2018-07-272-2/+39
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-277-17/+23
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-2717-87/+51
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-241-2/+7
* Add the possibility to set additional classesWhiteWinterWolf2018-07-241-2/+4
* Add support for PY37 and PYPY3.Waylan Limberg2018-07-241-1/+1
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-241-0/+49
* Implement reset() for Meta extension (#672)Glandos2018-06-191-0/+5
* Better check of allowed TOC location #639 (#641)Charles de Beauchesne2018-03-081-10/+12
* Only strip spaces in tables (#644)Isaac Muse2018-02-221-5/+5
* Flexible inline (#629)Isaac Muse2018-01-176-38/+38
* Remove deprecated support for Extension args.Waylan Limberg2018-01-1317-73/+45
* Improve test coverage.Waylan Limberg2018-01-1316-17/+17
* Correct spelling mistakes.Edward Betts2018-01-133-4/+4
* Refactor Extension loading (#627)Waylan Limberg2018-01-121-7/+7
* Removed some Py2.4-2.6 specific code.Waylan Limberg2018-01-111-7/+1
* Removed deprecated HeaderId Extension.Waylan Limberg2018-01-111-97/+0
* Removed deprecated safe_mode.Waylan Limberg2018-01-115-16/+12
* Fix raw html reference issue (#585)Isaac Muse2018-01-042-1/+14
* Avoid DeprecationWarnings for etreeWaylan Limberg2018-01-041-2/+2
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-022-12/+12
* [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-0617-17/+17
* Loosen whitespace requirements for admonitions.Waylan Limberg2017-03-051-2/+2
* Fix regression of single column tables (#540)Isaac Muse2017-01-261-9/+40
* 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
* Tables: Improvements (#530)Isaac Muse2017-01-191-26/+53
* Update fenced code extension to match codehilite lang regex. (#529)Waylan Limberg2017-01-181-1/+1
* codehilite: detect languages with funny names (#527)Grant Mathews2017-01-171-1/+1
* Better handling of backticks in tables (#524)Isaac Muse2017-01-111-40/+62
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-181-0/+1
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-261-1/+2
* getiterator to iter (#501)Brandon Chinn2016-09-291-1/+1
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-09-232-3/+4
|\
| * Fix table alignment when seperator contains spaces (#489)eph2016-08-151-0/+1
| * 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
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-04-111-0/+1
|\
| * Support CodeHilite option use_pygments in fenced_codeMartin Morgenstern2016-04-111-0/+1
* | Remove unnessecary if statement.Waylan Limberg2016-04-111-5/+1
|/
* toc: Remove children from header element after iteratingDmitry Shachnev2016-03-171-1/+2
* Fix handling of characters after backtick in tables.Dmitry Shachnev2015-11-071-1/+1
* Fixed handling of table cell splitMustafa Haddara2015-10-241-2/+49