summaryrefslogtreecommitdiff
path: root/markdown/util.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-11/+11
* Consider <html> a block-level HTML element (#1309)kernc2022-12-021-2/+2
* Remove previously deprecated objectsWaylan Limberg2022-05-271-106/+0
* Drop support for PY36Waylan Limberg2022-05-241-9/+1
* Only enumerate extension entry points when requiredAarni Koskela2022-05-241-9/+11
* Use `@deprecated` for __setitem__ and __delitem__ of Registry.L2022-05-161-12/+2
* Use `@deprecated` for Registry.add()L2022-05-161-6/+1
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-181-3/+3
* Support Python 3.10Waylan Limberg2021-11-161-4/+4
* Remove SO attributions to sidestep licensing greynessJarek Głowacki2021-07-011-9/+12
* Unify all block-level tags. (#1048)Waylan Limberg2020-10-201-4/+5
* Limit depth of blockquotes using Python's recursion limit. (#991)Waylan Limberg2020-06-291-0/+18
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-191-1/+1
* Load entry_points once using importlib.metadata.Waylan Limberg2020-04-181-0/+7
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-17/+2
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-27/+37
* Use https:// links where availableJon Dufresne2019-06-121-1/+1
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-221-38/+1
* add: use stacklevel=2 with warningDaniel Hahler2018-11-141-3/+9
* Deprecate version and version_info (#740)Isaac Muse2018-10-251-2/+40
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-19/+20
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-291-0/+11
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+21
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-3/+28
* Add 'style' to block level elementsWaylan Limberg2018-07-271-1/+1
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-0/+215
* Update block level elements.Waylan Limberg2018-03-161-10/+13
* Flexible inline (#629)Isaac Muse2018-01-171-0/+2
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-3/+2
* Make sure regex patterns are raw strings (#614)Isaac Muse2018-01-021-6/+6
* Recognize <main> as an HTML5 block level tag. (#525)daniel-j-mac2017-01-171-1/+1
* flake8ifyMarc Abramowitz2014-12-091-3/+3
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-19/+27
* Fixed a bug in markdown.util.parseBoolValueWaylan Limberg2014-08-251-3/+3
* Update extensions for Extension.__init__ refactorWaylan Limberg2014-07-311-3/+8
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-4/+5
* added nav-tag as block level elementDavid2014-03-021-1/+1
* No longer restrict INLUNE_PLACEHOLDER to 4 digits.Waylan Limberg2014-02-021-1/+1
* Issue #52ryneeverett2013-10-141-3/+14
* Add new "permalink" option to toc extensionDmitry Shachnev2013-09-251-1/+1
* Add new utility function parseBoolValue()Dmitry Shachnev2013-09-251-0/+13
* Typo in util.pyGrahack2013-08-241-1/+1
* HeaderID Ext now handles raw html in ids. Fixes #232Waylan Limberg2013-07-281-1/+4
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-9/+22
* Simlify importing ElementTreeWaylan Limberg2013-02-261-2/+13
* Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-2/+0
* Fixed #151. Raw html matching is now case-insensitive.Waylan Limberg2012-10-211-1/+1
* Remove `<ins>` and `<del>` from html block element listfin2012-04-111-1/+1
* Fixed #77. util.isBlockLevel() needs to check entire tag passed to it.Waylan Limberg2012-01-301-2/+2
* Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppear...Waylan Limberg2011-06-021-0/+1