summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 3.2.0.3.2Waylan Limberg2020-02-063-10/+13
* Link test tools and development env documentation.Waylan Limberg2020-02-063-7/+15
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-0317-143/+131
* Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)Jim Porter2020-01-312-28/+87
* Add permalink_title option (#886)Waylan Limberg2019-11-264-7/+43
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-264-3/+90
* Remove tox.ini from MANIFESTWaylan Limberg2019-11-261-1/+0
* Document thread safety (#882)Waylan Limberg2019-11-253-2/+10
* Unescape IDs in TOC.Waylan Limberg2019-11-252-1/+42
* Show readable error on Python2Waylan Limberg2019-11-251-5/+12
* Bump version to 3.2.dev0.Waylan Limberg2019-11-251-1/+1
* legacy_attr => legacy_attrs. (#870)NNRepos2019-10-294-6/+6
* Add support for Python 3.8 (#867)Hugo van Kemenade2019-10-244-2/+7
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-2460-255/+132
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-304-16/+42
* Close code tagOskar Sharipov2019-09-161-0/+1
* Document PyPy support in setup.pyjohnthagen2019-09-131-0/+2
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-048-200/+259
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-036-17/+279
* fix: Typo (#857)Patrick Browne2019-08-311-1/+1
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-144-25/+32
* Added trivial examples to extension docsJamie Scott2019-08-0116-2/+98
* Add a JSON config file example for the CLI docssleepyhollo2019-07-151-1/+15
* Update extra.mdMatt Sephton2019-06-251-1/+1
* fix(typo): successfullyСаша Черных2019-06-161-1/+1
* Use more specific asserts throughout testsJon Dufresne2019-06-132-26/+26
* Use https:// links where availableJon Dufresne2019-06-1237-74/+74
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2019-06-122-2/+2
* Use skip_install=true for lint targetsJon Dufresne2019-06-121-0/+3
* Enable pip cache in Travis CIJon Dufresne2019-06-121-0/+1
* Bump version to 3.1.13.1.1Waylan Limberg2019-05-202-2/+2
* Ensure clean buildsWaylan Limberg2019-05-201-0/+3
* Prefer public packaging module to pkg_resources' private copy of it (#826)Dmitry Shachnev2019-05-162-1/+6
* Comply with PEP517 (#824)Dmitry Shachnev2019-05-156-36/+85
* Bump version to 3.13.1Waylan Limberg2019-03-252-2/+2
* Fix TOC docsWaylan Limberg2019-03-251-7/+7
* Update CLI to support PyYAML 5.1Waylan Limberg2019-03-142-3/+12
* Optimize several regexes from quadratic time to linear timeAnders Kaseorg2019-03-062-6/+6
* Remove references to mailing list.Waylan Limberg2019-03-043-9/+4
* Drop Python3.4 Support (#796)Waylan Limberg2019-03-044-10/+6
* Add support for a range to toc_depth.Klaus Mueller2019-02-224-10/+85
* Handle overlapping raw HTML matches (#770)Philip Trauner2019-02-073-3/+62
* Add `whitespace` to spelling dictionaryWaylan Limberg2019-02-071-0/+1
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-073-1/+88
* Document "process" label.Waylan Limberg2019-01-231-0/+4
* Allow hashes to be escaped in headers (#763)Isaac Muse2018-12-223-1/+22
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-226-61/+271
* Fix typos in tests namesDmitry Shachnev2018-12-191-3/+3
* Clarify in docs that a high value corresponds to high extension priority (#756)Maurice van der Pot2018-11-181-2/+3
* Improve CI / testing (#754)Daniel Hahler2018-11-154-18/+21