summaryrefslogtreecommitdiff
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
...
* Use simplified regex for html placeholders (#1086)Waylan Limberg2020-12-081-2/+14
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-232-0/+52
* Properly parse processing instructions in md_in_htmlWaylan Limberg2020-11-191-4/+1
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-182-15/+22
* Bump version to 3.3.33.3.3Waylan Limberg2020-10-251-1/+1
* Fix issues related to hr tagsIsaac Muse2020-10-242-6/+48
* Avoid catastrophic backtracking in `hr` regexWaylan Limberg2020-10-241-5/+4
* Ensure when tag text is None that it is converted to empty stringIsaac Muse2020-10-211-0/+2
* Unify all block-level tags. (#1048)Waylan Limberg2020-10-203-32/+29
* Bump version to 3.3.23.3.2Waylan Limberg2020-10-191-1/+1
* Properly parse inline HTML in md_in_htmlIsaac Muse2020-10-191-5/+31
* Account for Etree Elements in HTML StashWaylan Limberg2020-10-142-1/+17
* 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/+70
* Some test tweaks.Waylan Limberg2020-10-081-2/+5
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-081-8/+7
* Bump version to 3.3.3.3Waylan Limberg2020-10-061-1/+1
* Support unicode ids in toc (#970)Antoine2020-10-011-4/+9
* Refactor HTML Parser (#803)Waylan Limberg2020-09-227-470/+583
* 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
* Fix HR which follows strong em.Waylan Limberg2020-07-011-1/+1
* Support short reference image links.Waylan Limberg2020-07-011-0/+11
* 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
* Limit depth of blockquotes using Python's recursion limit. (#991)Waylan Limberg2020-06-293-2/+47
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-233-94/+201
* Fix issues with complex emphasisfacelessuser2020-06-222-3/+3
* Bump version to 3.3.dev0.Waylan Limberg2020-06-171-1/+1
* Fix exception cause in core.pyRam Rachum2020-06-121-2/+2
* Flake8 cleanup.Waylan Limberg2020-05-143-6/+6
* Bump version to 3.2.23.2.2Waylan Limberg2020-05-081-1/+1
* Avoid importing packaging or pkg_resources for version validation (#948)Ran Benita2020-04-271-17/+11
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-192-10/+13
* Load entry_points once using importlib.metadata.Waylan Limberg2020-04-182-5/+10
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-061-2/+15
* Revert: Use simplified regex for html placeholdersfacelessuser2020-04-051-1/+1
* Use simplified regex for html placeholdersReilly Raab2020-03-301-1/+1
* Fixed typos in extensions/codehilite.pyGaurav Kondhare2020-03-221-10/+10
* Fix simple typo: wihtout -> withoutTim Gates2020-02-211-1/+1
* 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-2/+3
* Bump version to 3.2.1.dev0.Waylan Limberg2020-02-081-1/+1
* Bump version to 3.2.0.3.2Waylan Limberg2020-02-061-1/+1
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-0314-77/+64
* 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