summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add deploy workflow (#971)Waylan Limberg2020-05-212-10/+68
* Add project urlsWaylan Limberg2020-05-211-0/+5
* Use README.md for long_description.Waylan Limberg2020-05-181-21/+3
* Add push trigger to tox workflow. (#968)Waylan Limberg2020-05-182-4/+13
* Update build status buttonWaylan Limberg2020-05-171-3/+3
* Flake8 cleanup.Waylan Limberg2020-05-143-6/+6
* Document limitations if attr_list extension.Waylan Limberg2020-05-142-0/+33
* Fix importlib-metadata requirement name for Python < 3.8Dmitry Shachnev2020-05-111-1/+1
* Switch to GitHub Actions from Travis (#958)Waylan Limberg2020-05-093-47/+84
* Bump version to 3.2.23.2.2Waylan Limberg2020-05-082-2/+2
* Documentation cleanup.Waylan Limberg2020-05-085-20/+20
* Add checklinks tox env and shell script. (#955)Waylan Limberg2020-05-0711-11/+51
* Refactor Extension API docs (#946)Charles Merriam2020-05-074-494/+550
* Avoid importing packaging or pkg_resources for version validation (#948)Ran Benita2020-04-274-18/+38