summaryrefslogtreecommitdiff
path: root/tests/test_syntax/inline
Commit message (Expand)AuthorAgeFilesLines
* Improve standalone * and _ parsing.Waylan Limberg2022-11-151-3/+45
* Disallow square brackets in reference link ids.Waylan Limberg2022-01-101-0/+34
* Improve email address validation for Automatic LinksCarlos2021-08-111-0/+63
* Refactor HTML Parser (#803)Waylan Limberg2020-09-221-1/+181
* Support short reference image links.Waylan Limberg2020-07-011-0/+24
* Fix issues with complex emphasisfacelessuser2020-06-221-0/+14
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-246-6/+0
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-031-0/+31
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-141-0/+31
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-071-0/+86
* Collapse all whitespace in reference ids (#743)Isaac Muse2018-10-301-0/+37
* 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
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-292-0/+12
* Consistent copyright headers.Waylan Limberg2018-07-273-0/+65
* Flexible inline (#629)Isaac Muse2018-01-173-0/+237