summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Round out tests of valid markup.htmlWaylan Limberg2019-03-111-2/+232
* More tests.Waylan Limberg2019-03-081-1/+227
* Add some new testsWaylan Limberg2019-03-071-0/+310
* Optimize several regexes from quadratic time to linear timeAnders Kaseorg2019-03-061-1/+1
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-0/+55
* Handle overlapping raw HTML matches (#770)Philip Trauner2019-02-071-0/+53
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-071-0/+86
* Allow hashes to be escaped in headers (#763)Isaac Muse2018-12-221-0/+20
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-221-2/+2
* Fix typos in tests namesDmitry Shachnev2018-12-191-3/+3
* Collapse all whitespace in reference ids (#743)Isaac Muse2018-10-301-0/+37
* Deprecate version and version_info (#740)Isaac Muse2018-10-251-0/+39
* Ensure block elements are defined per instancefacelessuser2018-10-091-0/+12
* foot note adjustments (#728)Isaac Muse2018-10-099-2455/+2496
* Fix double escaping of block code (#727)Isaac Muse2018-10-071-0/+92
* Add a test for the markdown/serializers.py changeDmitry Shachnev2018-09-251-0/+4
* Make ENTITY_RE support hexadecimal entitiesissue712Dmitry Shachnev2018-09-251-0/+44
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-9/+25
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-3/+4
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-2/+2
* Refactor options testsWaylan Limberg2018-07-314-10/+12
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-317-7/+43
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-315-38/+22
* Removed unnessecary no attributes test. (#694)Waylan Limberg2018-07-313-7/+0
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-295-2/+21
* Consistent copyright headers.Waylan Limberg2018-07-2716-3/+341
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-147/+212
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-241-0/+54
* Add the possibility to set additional classesWhiteWinterWolf2018-07-242-0/+17
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-2412-37/+55
* Improve serializer test coverageWaylan Limberg2018-07-241-6/+64
* Simplify namespace support in serializer.Waylan Limberg2018-07-241-0/+29
* 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
* Only strip spaces in tables (#644)Isaac Muse2018-02-222-0/+43
* Simplify output_formats to html and xhtml.Waylan Limberg2018-01-251-3/+3
* Flexible inline (#629)Isaac Muse2018-01-176-22/+242
* Improve test coverage.Waylan Limberg2018-01-131-2/+56
* Correct spelling mistakes.Edward Betts2018-01-1313-13/+13
* Refactor Extension loading (#627)Waylan Limberg2018-01-123-103/+53
* Removed deprecated HeaderId Extension.Waylan Limberg2018-01-111-54/+0
* Removed deprecated safe_mode.Waylan Limberg2018-01-1120-532/+2
* Removed support for deprecated config in ext name.Waylan Limberg2018-01-111-7/+0
* Removed deprecated support for positional args.Waylan Limberg2018-01-111-5/+5
* Switch from nose to unittestWaylan Limberg2018-01-0812-556/+213
* Provide new testing framework.Waylan Limberg2018-01-086-0/+1305
* Fix raw html reference issue (#585)Isaac Muse2018-01-042-0/+186
* Warnings should cause tests to fail.Waylan Limberg2018-01-041-0/+7
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-062-10/+10
* Feature ancestry (#598)Isaac Muse2017-11-231-0/+52