summaryrefslogtreecommitdiff
path: root/markdown/extensions
Commit message (Expand)AuthorAgeFilesLines
* Properly parse inline HTML in md_in_htmlIsaac Muse2020-10-191-5/+31
* Account for Etree Elements in HTML StashWaylan Limberg2020-10-141-0/+12
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-081-8/+7
* Support unicode ids in toc (#970)Antoine2020-10-011-4/+9
* Refactor HTML Parser (#803)Waylan Limberg2020-09-223-173/+343
* Fix complex scenarios with definition, ordered, and unordered lists (#1007)Isaac Muse2020-07-271-3/+5
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-261-5/+75
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-301-1/+1
* Tune attr list regexWaylan Limberg2020-06-301-8/+6
* Fix unescaping of HTML characters <> in CodeHilite. (#990)Rohitt Vashishtha2020-06-291-1/+3
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-233-94/+201
* Fix issues with complex emphasisfacelessuser2020-06-221-1/+1
* Flake8 cleanup.Waylan Limberg2020-05-142-4/+4
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-191-9/+12
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-2/+15
* Fixed typos in extensions/codehilite.pyGaurav Kondhare2020-03-221-10/+10
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-121-2/+3
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-038-16/+20
* Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)Jim Porter2020-01-311-4/+9
* Add permalink_title option (#886)Waylan Limberg2019-11-261-1/+6
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-261-3/+11
* Unescape IDs in TOC.Waylan Limberg2019-11-251-1/+8
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-2419-70/+32
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-301-1/+2
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-042-71/+103
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-031-7/+28
* Use https:// links where availableJon Dufresne2019-06-1216-21/+21
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-4/+12
* foot note adjustments (#728)Isaac Muse2018-10-091-8/+6
* Fix double escaping of block code (#727)Isaac Muse2018-10-071-1/+8
* 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