summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port all smarty tests to the new frameworkHEADmasterDmitry Shachnev2023-05-165-112/+161
* Use pyspelling to check spelling.Waylan Limberg2023-04-0610-82/+74
* Improve standalone * and _ parsing.Waylan Limberg2022-11-151-3/+45
* docs: Fix a few typosTim Gates2022-07-251-1/+1
* Move backslash unescaping to treeprocessorWaylan Limberg2022-07-152-1/+37
* fixed some spelling mistakesBastian Venthur2022-06-172-4/+4
* Remove previously deprecated objectsWaylan Limberg2022-05-271-110/+4
* Update PrettifyTreeprocessor `<pre><code>` handlingfourpoints2022-05-271-0/+37
* Pass language to Pygments formatter in CodeHiliteLiang-Bo Wang2022-05-182-0/+132
* Use `@deprecated` for __setitem__ and __delitem__ of Registry.L2022-05-161-1/+1
* Use `@deprecated` for Registry.add()L2022-05-161-1/+1
* Support for custom Pygments formatterShrikant Sharat Kandula2022-05-091-1/+129
* Support custom CSS class on TOC elementJannis Vajen2022-05-051-0/+43
* Footnotes improvementsysard2022-05-051-0/+36
* Update th/td to use style attributeGaige B Paulsen2022-05-054-637/+860
* Ensure fenced code attributes are properly escaped.Waylan Limberg2022-05-041-0/+18
* extensions: copy config dict on each highlighted blockGert van Dijk2022-04-182-0/+77
* Fix typos and remove trailing spacesKian-Meng Ang2022-04-102-5/+5
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-188-17/+17
* Disallow square brackets in reference link ids.Waylan Limberg2022-01-101-0/+34
* Ensure <summary> tags are parsed correctly.Waylan Limberg2021-11-031-0/+20
* Improve email address validation for Automatic LinksCarlos2021-08-111-0/+63
* Don't process shebangs in codehilite when processing fenced codeIsaac Muse2021-08-041-0/+30
* Better toc detectionCharles de Beauchesne2021-07-271-0/+8
* toc: Do not remove diacritical marks when slugify_unicode is usedDmitry Shachnev2021-03-241-4/+14
* Ensure permalinks and ankorlinks are not restricted by toc_depthWaylan Limberg2021-02-242-198/+393
* Ensure admonition content is detabbed properlyIsaac Muse2021-02-051-0/+30
* Preserve text immediately before an admonitionOleh Prypin2020-12-301-0/+21
* Use simplified regex for html placeholders (#1086)Waylan Limberg2020-12-081-0/+11
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-231-0/+105
* Properly parse processing instructions in md_in_htmlWaylan Limberg2020-11-191-0/+50
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-181-0/+66
* Fix issues related to hr tagsIsaac Muse2020-10-242-0/+222
* Avoid catastrophic backtracking in `hr` regexWaylan Limberg2020-10-241-0/+23
* Ensure when tag text is None that it is converted to empty stringIsaac Muse2020-10-211-0/+18
* Properly parse inline HTML in md_in_htmlIsaac Muse2020-10-191-0/+160
* Account for Etree Elements in HTML StashWaylan Limberg2020-10-141-1/+16
* Correctly parse raw `script` and `style` tags. (#1038)Waylan Limberg2020-10-121-0/+85
* Skip tests with pygments version mismatch.Waylan Limberg2020-10-082-261/+282
* Some test tweaks.Waylan Limberg2020-10-081-1/+6
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-081-17/+17
* Update tests for pygments-2.7.1Michał Górny2020-10-072-12/+12
* Support unicode ids in toc (#970)Antoine2020-10-011-0/+22
* Refactor HTML Parser (#803)Waylan Limberg2020-09-2247-684/+2752
* Fix complex scenarios with definition, ordered, and unordered lists (#1007)Isaac Muse2020-07-271-0/+323
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-261-0/+194
* Fix HR which follows strong em.Waylan Limberg2020-07-011-0/+16
* Support short reference image links.Waylan Limberg2020-07-011-0/+24
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-301-6/+14
* Tune attr list regexWaylan Limberg2020-06-304-24/+72