summaryrefslogtreecommitdiff
path: root/tests/test_extensions.py
Commit message (Expand)AuthorAgeFilesLines
* Port all smarty tests to the new frameworkHEADmasterDmitry Shachnev2023-05-161-34/+0
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-10/+10
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-4/+4
* Ensure permalinks and ankorlinks are not restricted by toc_depthWaylan Limberg2021-02-241-193/+0
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-231-383/+0
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-121-13/+37
* Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)Jim Porter2020-01-311-24/+78
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-6/+4
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-301-9/+9
* Use more specific asserts throughout testsJon Dufresne2019-06-131-1/+1
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-0/+55
* foot note adjustments (#728)Isaac Muse2018-10-091-24/+0
* Fix double escaping of block code (#727)Isaac Muse2018-10-071-0/+92
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-9/+25
* Consistent copyright headers.Waylan Limberg2018-07-271-1/+20
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-241-0/+54
* Implement reset() for Meta extension (#672)Glandos2018-06-191-0/+14
* Better check of allowed TOC location #639 (#641)Charles de Beauchesne2018-03-081-0/+35
* Refactor Extension loading (#627)Waylan Limberg2018-01-121-19/+19
* Removed deprecated HeaderId Extension.Waylan Limberg2018-01-111-54/+0
* Removed deprecated support for positional args.Waylan Limberg2018-01-111-5/+5
* Added footnote BACKLINK_TEXT test.Waylan Limberg2017-03-081-0/+24
* Test if fenced_code honors CodeHilite option use_pygmentsMartin Morgenstern2016-04-111-0/+12
* Add single inline code toc testsStephan Groß2016-03-171-4/+33
* Add toc permalink testsStephan Groß2016-03-171-0/+28
* Add failing toc testStephan Groß2016-03-171-0/+15
* Make TestCodeHilite work with Pygments ≥ 2.1.1Dmitry Shachnev2016-03-031-3/+3
* Added a few empty lines in the test to satisfy flake8Maurice van der Pot2016-02-271-0/+3
* Added assertStartsWith to tests to give better failure messagesMaurice van der Pot2016-02-271-27/+37
* Enabled pygments based tests.Waylan Limberg2016-01-281-35/+12
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-081-20/+0
* Added a 'use_pygments' config option to CodeHilite.Waylan Limberg2015-02-051-0/+11
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-011-54/+105
* Complete test coverage of TOC ExtensionWaylan Limberg2014-12-301-0/+42
* Add reset support to TOC extension.Waylan Limberg2014-12-301-0/+8
* Add YAML support to Meta extensionKernc2014-11-301-0/+42
* Completed flake8 cleanup.Waylan Limberg2014-11-201-158/+277
* Make TestCodeHilite tests working with Pygments 2.0rc1.Dmitry Shachnev2014-11-041-9/+5
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-291-16/+0
* Refactored tests to no longer pass configs to names extensions.Waylan Limberg2014-08-291-10/+19
* All extension tests now use python dot notation.Waylan Limberg2014-08-291-29/+29
* Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.Martin Altmayer2014-08-151-2/+2
* Added test for the new 'smart_substitutions' feature of Smarty extension.Martin Altmayer2014-08-141-0/+33
* Fixed silly typo. Relates to #325.Waylan Limberg2014-08-011-1/+1
* Ensure Extension.getConfigInfo Test always passesWaylan Limberg2014-08-011-2/+3
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-16/+21
* Refactor markdown.extensions.Extension.__init__()Waylan Limberg2014-07-291-1/+30
* Add tests of markdown.extensions.ExtensionWaylan Limberg2014-07-111-0/+23
* Allow single as well as double quotes for hl_lines.A. Jesse Jiryu Davis2014-01-071-15/+19
* Support syntax for highlighted lines like: ```python hl_lines=“1 3”A. Jesse Jiryu Davis2014-01-061-2/+35