summaryrefslogtreecommitdiff
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-0630-348/+341
* Bump to version to 3.4.33.4.3Waylan Limberg2023-03-231-1/+1
* Bump version to 3.4.23.4.2Waylan Limberg2023-03-221-1/+1
* Switch from setup.py to pyproject.toml (#1324)Waylan Limberg2023-03-221-1/+1
* Consider <html> a block-level HTML element (#1309)kernc2022-12-022-14/+4
* codehilite: Update Pygments URLLetu Ren2022-11-281-1/+1
* Improve standalone * and _ parsing.Waylan Limberg2022-11-151-1/+1
* docs: Fix a few typosTim Gates2022-07-252-2/+2
* Bump version to 3.4.13.4.1Waylan Limberg2022-07-151-1/+1
* Fix import issue with importlib.utilWaylan Limberg2022-07-151-1/+1
* Bump version to 3.43.4Waylan Limberg2022-07-151-1/+1
* Move backslash unescaping to treeprocessorWaylan Limberg2022-07-153-6/+36
* fixed some spelling mistakesBastian Venthur2022-06-171-2/+2
* Remove redundant lines from PrettifyTreeprocessorId3aFly2022-06-131-2/+0
* Remove previously deprecated objectsWaylan Limberg2022-05-278-182/+4
* Update PrettifyTreeprocessor `<pre><code>` handlingfourpoints2022-05-271-2/+5
* Add None check to PrettifyTreeprocessorfourpoints2022-05-251-1/+1
* Drop support for PY36Waylan Limberg2022-05-244-262/+3
* Only enumerate extension entry points when requiredAarni Koskela2022-05-242-10/+12
* Pass language to Pygments formatter in CodeHiliteLiang-Bo Wang2022-05-181-3/+13
* Use `@deprecated` for __setitem__ and __delitem__ of Registry.L2022-05-161-12/+2
* Use `@deprecated` for Registry.add()L2022-05-161-6/+1
* Support for custom Pygments formatterShrikant Sharat Kandula2022-05-091-2/+14
* Support custom CSS class on TOC elementJannis Vajen2022-05-051-1/+5
* Footnotes improvementsysard2022-05-051-2/+11
* Update th/td to use style attributeGaige B Paulsen2022-05-051-3/+16
* 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