aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/preprocessors.py
Commit message (Expand)AuthorAgeFilesLines
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-3/+3
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+20
* All Markdown instances are now 'md'. (#691)Waylan Limberg2018-07-271-21/+21
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-5/+4
* Correct spelling mistakes.Edward Betts2018-01-131-1/+1
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-2/+1
* Fix raw html reference issue (#585)Isaac Muse2018-01-041-0/+3
* Fix HTML parse with empty lines (#537)Isaac Muse2017-01-241-1/+7
* Fix infinite loop #430facelessuser2015-09-041-3/+4
* No binary operators at begining of line.Waylan Limberg2015-02-181-5/+2
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-26/+32
* Issue #368: Fix Markdown in raw HTML stops workingfacelessuser2014-11-191-2/+3
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-1/+1
* Fix issue308 and fix (unrelated) failure to break out of nest loop.ryneeverett2014-05-211-3/+3
* Improved multiline comment parsing.Waylan Limberg2014-01-121-4/+3
* Miscellaneous improvements and bug fixes.ryneeverett2013-11-191-8/+14
* Issue #52ryneeverett2013-10-141-40/+78
* Future imports go after the docstringsAdam Dinwoodie2013-03-181-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-2/+4
* Preserve all blank lines in code blocks.Waylan Limberg2013-02-141-1/+1
* Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-081-0/+13
* HtmlBlockProcessor preserves empty linesWaylan Limberg2013-02-071-1/+1
* Fixed #78. Added support for two line link refs.Waylan Limberg2012-02-021-13/+14
* Fixed #76. HTML attrs are a dict not a tuple. Silly typo.Waylan Limberg2012-01-301-1/+1
* Fixed #75. Right tags in raw html are more properly identified.Waylan Limberg2012-01-301-1/+1
* When safe mode is 'escape', don't allow bad html to stop further processing.Mike Dirolf2012-01-141-1/+2
* Fixed #68. Blank line is not required after html comments.Waylan Limberg2012-01-151-14/+10
* Fixed #57. Multiline HTML Blocks no longer require a blank line after them.Waylan Limberg2012-01-151-1/+8
* Fixed #70. Empty anglebrackets '<>' are now properly recognized as raw html.Waylan Limberg2012-01-151-1/+1
* Fixed the bug exposed in 8761cd1780a7cec60123. We no longer should get empty ...Waylan Limberg2011-07-211-2/+3
* Refactored fix- created method from local function for search. Fixes ticket 62.Gerry LaMontagne2010-08-311-20/+20
* Further improvements to closing tag search in HtmlBlockProcessorsGerry LaMontagne2010-08-301-7/+11
* Replaced block.rfind in _get_right_tag with custom search function.Gerry LaMontagne2010-08-291-1/+15
* Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...Waylan Limberg2010-07-141-2/+2
* Factored out the building of the various processors and patterns into utility...Waylan Limberg2010-07-071-1/+9
* Moved HtmlStash and base Prosessor classes to the new util module.Waylan Limberg2010-07-061-43/+1
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-6/+6
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-8/+9
* Fixed ticket 59. Reference links now strip angle brackets from the url.Waylan Limberg2010-03-251-2/+3
* Added processing of markdown text within raw html to the 'extra' extension. F...Waylan Limberg2010-01-031-2/+4
* Cleanup and additional work on previous commit. NOTE: removed special treatme...Waylan Limberg2010-01-031-17/+61
* Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...Waylan Limberg2010-01-031-9/+39
* Fixed ticket 44. Raw HTML now maintains original whitespace. Important inside...Waylan Limberg2010-01-031-1/+1
* Fixed ticket 32. When raw html starts a line, the raw html is only broken int...Waylan Limberg2009-05-131-8/+9
* Cleaned up recent refactor into a package from a single file.Waylan Limberg2008-11-201-0/+214