summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix complex scenarios with lists and admonitions (#1006)Isaac Muse2020-07-263-5/+270
* Fix HR which follows strong em.Waylan Limberg2020-07-013-1/+18
* Support short reference image links.Waylan Limberg2020-07-013-0/+36
* Add suport for attr_lists in table headers.Waylan Limberg2020-06-304-7/+20
* Tune attr list regexWaylan Limberg2020-06-308-34/+134
* Fix unescaping of HTML characters <> in CodeHilite. (#990)Rohitt Vashishtha2020-06-294-1/+28
* Limit depth of blockquotes using Python's recursion limit. (#991)Waylan Limberg2020-06-295-2/+99
* Clarify attr_list docsWaylan Limberg2020-06-251-2/+32
* Refactor fenced_code & codehilite options (#816)Waylan Limberg2020-06-2318-633/+1799
* Fix issues with complex emphasisfacelessuser2020-06-225-3/+47
* Bump version to 3.3.dev0.Waylan Limberg2020-06-171-1/+1
* Fix exception cause in core.pyRam Rachum2020-06-121-2/+2
* Allow checklinks check to fail.Waylan Limberg2020-05-221-0/+3