summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't process shebangs in codehilite when processing fenced codeIsaac Muse2021-08-045-3/+37
* Fix cache error in CIfacelessuser2021-08-041-1/+1
* Remove download_url from setup.py (#1164)Waylan Limberg2021-07-301-1/+0
* Better toc detectionCharles de Beauchesne2021-07-273-1/+15
* add cache to workflows using actions/setup-nodeOscar Dominguez2021-07-061-1/+2
* document footnote's need for reset() between multiple runsPeter Kaminski2021-07-061-0/+28
* Remove SO attributions to sidestep licensing greynessJarek Głowacki2021-07-011-9/+12
* Newline at end of READMEAli Hosseinverdi2021-06-151-0/+1
* Fix missing space in CLI option helpjohnthagen2021-06-011-1/+1
* Fix link to extensions tutorialJannis Vajen2021-05-261-1/+1
* Fix cubic ReDoS in fenced code and referencesB. Caller2021-05-072-8/+8
* Fix minor typosMatthieu Bacconnier2021-05-021-6/+6
* toc: Do not remove diacritical marks when slugify_unicode is usedDmitry Shachnev2021-03-243-8/+25
* Bump version to 3.3.43.3.4Waylan Limberg2021-02-242-2/+2
* Ensure permalinks and ankorlinks are not restricted by toc_depthWaylan Limberg2021-02-246-217/+426
* Fix minor grammatical errorTani N-K2021-02-151-1/+1
* Replace links to freewisdom.orgWaylan Limberg2021-02-064-6/+5
* Ensure admonition content is detabbed properlyIsaac Muse2021-02-054-11/+48
* Add an HtmlStash section to docsCris Luengo2021-01-281-0/+19
* Preserve text immediately before an admonitionOleh Prypin2020-12-303-0/+24
* Optimize away a `len` call in InlineProcessorOleh Prypin2020-12-211-1/+2
* Replace effbot.org linksWaylan Limberg2020-12-081-4/+3
* Use simplified regex for html placeholders (#1086)Waylan Limberg2020-12-083-2/+26
* Add quick start documentation (#1078)nathanfdunn2020-11-301-3/+13
* Properly parse unclosed tags in code spansWaylan Limberg2020-11-234-0/+158
* Properly parse processing instructions in md_in_htmlWaylan Limberg2020-11-193-4/+52
* Properly parse code spans in md_in_html (#1069)Waylan Limberg2020-11-184-15/+92
* Bump version to 3.3.33.3.3Waylan Limberg2020-10-252-2/+2
* Fix issues related to hr tagsIsaac Muse2020-10-245-6/+271
* Avoid catastrophic backtracking in `hr` regexWaylan Limberg2020-10-243-5/+28
* Add require_changelog workflow action (#1051)Waylan Limberg2020-10-231-0/+24
* Ensure when tag text is None that it is converted to empty stringIsaac Muse2020-10-213-0/+21
* Unify all block-level tags. (#1048)Waylan Limberg2020-10-205-36/+37
* Bump version to 3.3.23.3.2Waylan Limberg2020-10-193-1/+36
* Properly parse inline HTML in md_in_htmlIsaac Muse2020-10-192-5/+191
* Account for Etree Elements in HTML StashWaylan Limberg2020-10-143-2/+33
* Bump version to 3.3.13.3.1Waylan Limberg2020-10-123-5/+5
* Correctly parse raw `script` and `style` tags. (#1038)Waylan Limberg2020-10-123-0/+156
* Skip tests with pygments version mismatch.Waylan Limberg2020-10-082-261/+282
* Some test tweaks.Waylan Limberg2020-10-083-4/+14
* Ensure consistent handling of classes by fenced_code and codehilite (#1033)Waylan Limberg2020-10-084-27/+30
* Update tests for pygments-2.7.1Michał Górny2020-10-073-13/+13
* Bump version to 3.3.3.3Waylan Limberg2020-10-062-2/+2
* Add PY39 support and drop PY35 (#1026)Waylan Limberg2020-10-064-12/+12
* Support unicode ids in toc (#970)Antoine2020-10-014-4/+41
* Refactor HTML Parser (#803)Waylan Limberg2020-09-2257-1229/+3538
* Document passing configuration options to Extra.Waylan Limberg2020-09-172-7/+32
* Update information about richleland/pygments-css.Waylan Limberg2020-09-101-6/+7
* Add Markdown text processing classifier to setupÁlvaro Mondéjar2020-08-241-1/+2
* Fix complex scenarios with definition, ordered, and unordered lists (#1007)Isaac Muse2020-07-273-4/+330