summaryrefslogtreecommitdiff
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 3.3.73.3.7Waylan Limberg2022-05-051-1/+1
* Ensure fenced code attributes are properly escaped.Waylan Limberg2022-05-041-15/+10
* extensions: copy config dict on each highlighted blockGert van Dijk2022-04-181-2/+3
* Fix typos and remove trailing spacesKian-Meng Ang2022-04-106-7/+7
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-1814-22/+22
* Disallow square brackets in reference link ids.Waylan Limberg2022-01-101-1/+1
* Bump version to 3.3.63.3.6Waylan Limberg2021-11-171-1/+1
* Bump version to 3.3.53.3.5Waylan Limberg2021-11-161-1/+1
* Support Python 3.10Waylan Limberg2021-11-161-4/+4
* Ensure <summary> tags are parsed correctly.Waylan Limberg2021-11-032-3/+4
* Improve email address validation for Automatic LinksCarlos2021-08-111-2/+2
* Re-use compiled regex for block level checksHebaruSan2021-08-091-1/+3
* Don't process shebangs in codehilite when processing fenced codeIsaac Muse2021-08-042-3/+3
* Better toc detectionCharles de Beauchesne2021-07-271-1/+6
* Remove SO attributions to sidestep licensing greynessJarek Głowacki2021-07-011-9/+12
* Fix missing space in CLI option helpjohnthagen2021-06-011-1/+1
* Fix cubic ReDoS in fenced code and referencesB. Caller2021-05-072-8/+8
* Fix minor typosMatthieu Bacconnier2021-05-021-6/+6
* toc: Do not remove diacritical marks when slugify_unicode is usedDmitry Shachnev2021-03-241-4/+7
* Bump version to 3.3.43.3.4Waylan Limberg2021-02-241-1/+1
* Ensure permalinks and ankorlinks are not restricted by toc_depthWaylan Limberg2021-02-242-13/+22
* Fix minor grammatical errorTani N-K2021-02-151-1/+1
* Ensure admonition content is detabbed properlyIsaac Muse2021-02-052-11/+17
* Preserve text immediately before an admonitionOleh Prypin2020-12-301-0/+2
* Optimize away a `len` call in InlineProcessorOleh Prypin2020-12-211-1/+2
* 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