summaryrefslogtreecommitdiff
path: root/markdown
Commit message (Expand)AuthorAgeFilesLines
...
* Unescape IDs in TOC.Waylan Limberg2019-11-251-1/+8
* Show readable error on Python2Waylan Limberg2019-11-251-5/+12
* Bump version to 3.2.dev0.Waylan Limberg2019-11-251-1/+1
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-2433-178/+111
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-301-1/+2
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-042-71/+103
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-032-17/+199
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-141-1/+1
* fix(typo): successfullyСаша Черных2019-06-161-1/+1
* Use https:// links where availableJon Dufresne2019-06-1219-24/+24
* Bump version to 3.1.13.1.1Waylan Limberg2019-05-201-1/+1
* Prefer public packaging module to pkg_resources' private copy of it (#826)Dmitry Shachnev2019-05-161-1/+4
* Comply with PEP517 (#824)Dmitry Shachnev2019-05-152-34/+54
* Bump version to 3.13.1Waylan Limberg2019-03-251-1/+1
* Update CLI to support PyYAML 5.1Waylan Limberg2019-03-141-3/+11
* Optimize several regexes from quadratic time to linear timeAnders Kaseorg2019-03-061-5/+5
* Add support for a range to toc_depth.Klaus Mueller2019-02-221-4/+12
* Handle overlapping raw HTML matches (#770)Philip Trauner2019-02-071-3/+8
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-071-1/+1
* Allow hashes to be escaped in headers (#763)Isaac Muse2018-12-221-1/+1
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-223-59/+267
* add: use stacklevel=2 with warningDaniel Hahler2018-11-141-3/+9
* Collapse all whitespace in reference ids (#743)Isaac Muse2018-10-301-1/+1
* Deprecate version and version_info (#740)Isaac Muse2018-10-252-5/+66
* Up version to 3.1.dev0 (#736)Waylan Limberg2018-10-211-14/+20
* Ensure block elements are defined per instancefacelessuser2018-10-091-12/+12
* foot note adjustments (#728)Isaac Muse2018-10-091-8/+6
* Fix double escaping of block code (#727)Isaac Muse2018-10-071-1/+8
* Bump version to 3.0.13.0.1Waylan Limberg2018-09-261-1/+1
* Support version_info for backward compat.Waylan Limberg2018-09-261-0/+1
* Also update RE_AMP in serializers.pyDmitry Shachnev2018-09-251-1/+1
* Make ENTITY_RE support hexadecimal entitiesissue712Dmitry Shachnev2018-09-251-2/+2
* Bring back the old version variable (#709)Filipp Lepalaan2018-09-221-0/+3
* Bump version to 3.03.0Waylan Limberg2018-09-211-1/+1
* Support custom labels in TOC. (#700)Waylan Limberg2018-09-051-2/+9
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-316-28/+47
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-3119-19/+35
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-315-58/+40
* Remove lazy_ol keyword. Use sane_lists extension instead.Waylan Limberg2018-07-313-3/+4
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-294-7/+23
* Consistent copyright headers.Waylan Limberg2018-07-2713-25/+257
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-2714-83/+130
* Add 'style' to block level elementsWaylan Limberg2018-07-271-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-2726-333/+316
* More acurate Extension type error msg.Waylan Limberg2018-07-241-3/+5
* Add toc_depth parameter to toc extensionJesús Fernández2018-07-241-2/+7
* Add missing comma in HTML_EMPTYzyxw592018-07-241-1/+1
* Add the possibility to set additional classesWhiteWinterWolf2018-07-241-2/+4
* Add support for PY37 and PYPY3.Waylan Limberg2018-07-241-1/+1
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-244-41/+51