summaryrefslogtreecommitdiff
path: root/docs/change_log
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 3.3.23.3.2Waylan Limberg2020-10-191-0/+5
* Bump version to 3.3.13.3.1Waylan Limberg2020-10-121-1/+1
* Correctly parse raw `script` and `style` tags. (#1038)Waylan Limberg2020-10-121-0/+1
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-081-0/+4
* Bump version to 3.3.3.3Waylan Limberg2020-10-061-1/+1
* Add PY39 support and drop PY35 (#1026)Waylan Limberg2020-10-061-2/+3
* Support unicode ids in toc (#970)Antoine2020-10-011-0/+7
* Refactor HTML Parser (#803)Waylan Limberg2020-09-221-0/+15
* Document passing configuration options to Extra.Waylan Limberg2020-09-171-0/+1
* Fix complex scenarios with definition, ordered, and unordered lists (#1007)Isaac Muse2020-07-271-1/+2
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-261-0/+1
* Fix HR which follows strong em.Waylan Limberg2020-07-011-0/+1
* Support short reference image links.Waylan Limberg2020-07-011-0/+1
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-301-0/+3
* Tune attr list regexWaylan Limberg2020-06-301-1/+15
* Fix unescaping of HTML characters <> in CodeHilite. (#990)Rohitt Vashishtha2020-06-291-0/+1
* Limit depth of blockquotes using Python's recursion limit. (#991)Waylan Limberg2020-06-291-0/+1
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-232-4/+48
* Fix issues with complex emphasisfacelessuser2020-06-221-0/+16
* Document limitations if attr_list extension.Waylan Limberg2020-05-141-0/+4
* Bump version to 3.2.23.2.2Waylan Limberg2020-05-081-1/+1
* Add checklinks tox env and shell script. (#955)Waylan Limberg2020-05-073-3/+4
* Refactor Extension API docs (#946)Charles Merriam2020-05-072-1/+2
* Avoid importing packaging or pkg_resources for version validation (#948)Ran Benita2020-04-271-0/+2
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-191-1/+4
* Load entry_points once using importlib.metadata.Waylan Limberg2020-04-181-0/+1
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-1/+5
* Revert: Use simplified regex for html placeholdersfacelessuser2020-04-051-2/+1
* Use simplified regex for html placeholdersReilly Raab2020-03-301-1/+2
* Bump version to 3.2.13.2.1Waylan Limberg2020-02-121-1/+1
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-121-1/+4
* Bump version to 3.2.1.dev0.Waylan Limberg2020-02-081-0/+2
* Bump version to 3.2.0.3.2Waylan Limberg2020-02-062-9/+12
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-0/+14
* Add permalink_title option (#886)Waylan Limberg2019-11-261-6/+14
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-261-0/+6
* Document thread safety (#882)Waylan Limberg2019-11-251-1/+2
* legacy_attr => legacy_attrs. (#870)NNRepos2019-10-291-1/+1
* Add support for Python 3.8 (#867)Hugo van Kemenade2019-10-241-1/+3
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-1/+6
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-301-1/+19
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-041-0/+7
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-031-0/+34
* Use https:// links where availableJon Dufresne2019-06-123-8/+8
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2019-06-121-1/+1
* Bump version to 3.1.13.1.1Waylan Limberg2019-05-201-1/+1
* Prefer public packaging module to pkg_resources' private copy of it (#826)Dmitry Shachnev2019-05-161-0/+2
* Comply with PEP517 (#824)Dmitry Shachnev2019-05-151-0/+5
* Bump version to 3.13.1Waylan Limberg2019-03-251-1/+1
* Update CLI to support PyYAML 5.1Waylan Limberg2019-03-141-0/+1