summaryrefslogtreecommitdiff
path: root/tests/test_syntax/extensions/test_fenced_code.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-3/+3
* Pass language to Pygments formatter in CodeHiliteLiang-Bo Wang2022-05-181-0/+46
* Support for custom Pygments formatterShrikant Sharat Kandula2022-05-091-1/+129
* Ensure fenced code attributes are properly escaped.Waylan Limberg2022-05-041-0/+18
* extensions: copy config dict on each highlighted blockGert van Dijk2022-04-181-0/+45
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-1/+1
* Don't process shebangs in codehilite when processing fenced codeIsaac Muse2021-08-041-0/+30
* Skip tests with pygments version mismatch.Waylan Limberg2020-10-081-261/+268
* 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-071-1/+1
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-231-2/+692
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-2/+0
* Handle overlapping raw HTML matches (#770)Philip Trauner2019-02-071-0/+53