summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Use simplified regex for html placeholders (#1086)Waylan Limberg2020-12-081-0/+1
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-231-0/+1
* Properly parse processing instructions in md_in_htmlWaylan Limberg2020-11-191-0/+1
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-181-0/+4
* Bump version to 3.3.33.3.3Waylan Limberg2020-10-251-1/+1
* Fix issues related to hr tagsIsaac Muse2020-10-241-0/+1
* Avoid catastrophic backtracking in `hr` regexWaylan Limberg2020-10-241-0/+1
* Ensure when tag text is None that it is converted to empty stringIsaac Muse2020-10-211-0/+1
* Unify all block-level tags. (#1048)Waylan Limberg2020-10-202-4/+8
* Bump version to 3.3.23.3.2Waylan Limberg2020-10-191-0/+5
* Bump version to 3.3.13.3.1Waylan Limberg2020-10-122-4/+4
* 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-082-2/+6
* 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-012-0/+10
* Refactor HTML Parser (#803)Waylan Limberg2020-09-222-75/+202
* Document passing configuration options to Extra.Waylan Limberg2020-09-172-7/+32
* Update information about richleland/pygments-css.Waylan Limberg2020-09-101-6/+7
* 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-302-0/+5
* Tune attr list regexWaylan Limberg2020-06-303-2/+56
* 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
* Clarify attr_list docsWaylan Limberg2020-06-251-2/+32
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-234-81/+281
* Fix issues with complex emphasisfacelessuser2020-06-221-0/+16
* Add deploy workflow (#971)Waylan Limberg2020-05-211-10/+15
* Document limitations if attr_list extension.Waylan Limberg2020-05-142-0/+33
* Bump version to 3.2.23.2.2Waylan Limberg2020-05-081-1/+1
* Documentation cleanup.Waylan Limberg2020-05-084-20/+19
* Add checklinks tox env and shell script. (#955)Waylan Limberg2020-05-078-10/+12
* Refactor Extension API docs (#946)Charles Merriam2020-05-073-494/+548
* 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
* Link test tools and development env documentation.Waylan Limberg2020-02-062-7/+14
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-032-16/+20
* Add permalink_title option (#886)Waylan Limberg2019-11-262-6/+17
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-262-0/+12