aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new HTML5 block elements to known block level elementsHorst Gutmann2011-05-221-1/+3
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-4/+1
* Improved previous commit. isBlockLevel is now more foolproof and will no long...Waylan Limberg2010-10-291-1/+5
* Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...Waylan Limberg2010-10-291-0/+2
* Moved a bunch of global variables to the instance of the Markdown class.Waylan Limberg2010-07-061-8/+0
* Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...Waylan Limberg2010-07-061-3/+3
* Moved HtmlStash and base Prosessor classes to the new util module.Waylan Limberg2010-07-061-1/+45
* Updated commandline script as logging settings are no longer in markdown/__in...Waylan Limberg2010-07-061-2/+1
* Clean up previous commit a little. renamed misc_logging to md_logging and fi...Waylan Limberg2010-07-061-1/+1
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-0/+73