summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Only enumerate extension entry points when requiredAarni Koskela2022-05-241-0/+2
* Pass language to Pygments formatter in CodeHiliteLiang-Bo Wang2022-05-182-6/+54
* Support for custom Pygments formatterShrikant Sharat Kandula2022-05-092-1/+17
* Support custom CSS class on TOC elementJannis Vajen2022-05-052-0/+7
* Footnotes improvementsysard2022-05-052-5/+21
* fixed link #1154ireznikov2022-05-051-1/+1
* Update th/td to use style attributeGaige B Paulsen2022-05-053-1/+67
* Bump version to 3.3.73.3.7Waylan Limberg2022-05-051-1/+1
* Ensure fenced code attributes are properly escaped.Waylan Limberg2022-05-041-0/+1
* extensions: copy config dict on each highlighted blockGert van Dijk2022-04-181-0/+1
* Fix typos and remove trailing spacesKian-Meng Ang2022-04-101-25/+25
* Disallow square brackets in reference link ids.Waylan Limberg2022-01-101-0/+4
* Bump version to 3.3.63.3.6Waylan Limberg2021-11-171-0/+4
* Bump version to 3.3.53.3.5Waylan Limberg2021-11-161-1/+1
* Support Python 3.10Waylan Limberg2021-11-161-0/+1
* Ensure <summary> tags are parsed correctly.Waylan Limberg2021-11-031-0/+1
* Fix one more misplaced changelog entryDmitry Shachnev2021-08-112-2/+2
* Improve email address validation for Automatic LinksCarlos2021-08-111-2/+3
* Fix changelog entry in wrong placefacelessuser2021-08-092-1/+1
* Re-use compiled regex for block level checksHebaruSan2021-08-091-0/+1
* Don't process shebangs in codehilite when processing fenced codeIsaac Muse2021-08-041-0/+1
* Better toc detectionCharles de Beauchesne2021-07-271-0/+1
* document footnote's need for reset() between multiple runsPeter Kaminski2021-07-061-0/+28
* Fix link to extensions tutorialJannis Vajen2021-05-261-1/+1
* toc: Do not remove diacritical marks when slugify_unicode is usedDmitry Shachnev2021-03-241-0/+4
* 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-6/+11
* Replace links to freewisdom.orgWaylan Limberg2021-02-062-3/+2
* Ensure admonition content is detabbed properlyIsaac Muse2021-02-051-0/+1
* Add an HtmlStash section to docsCris Luengo2021-01-281-0/+19
* Preserve text immediately before an admonitionOleh Prypin2020-12-301-0/+1
* Replace effbot.org linksWaylan Limberg2020-12-081-4/+3
* 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