index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
markdown
/
preprocessors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverted rawhtmlblock preprocessor to the pre-attr state as it was too slow.
slowhtml
Waylan Limberg
2011-12-14
1
-114
/
+19
*
Fixed the bug exposed in 8761cd1780a7cec60123. We no longer should get empty ...
Waylan Limberg
2011-07-21
1
-2
/
+3
*
Refactored fix- created method from local function for search. Fixes ticket 62.
Gerry LaMontagne
2010-08-31
1
-20
/
+20
*
Further improvements to closing tag search in HtmlBlockProcessors
Gerry LaMontagne
2010-08-30
1
-7
/
+11
*
Replaced block.rfind in _get_right_tag with custom search function.
Gerry LaMontagne
2010-08-29
1
-1
/
+15
*
Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw...
Waylan Limberg
2010-07-14
1
-2
/
+2
*
Factored out the building of the various processors and patterns into utility...
Waylan Limberg
2010-07-07
1
-1
/
+9
*
Moved HtmlStash and base Prosessor classes to the new util module.
Waylan Limberg
2010-07-06
1
-43
/
+1
*
Rename misc.py to util.py at the request of upstream
Toshio Kuratomi
2010-07-05
1
-6
/
+6
*
Break cyclic import of markdown. This allows people to embed markdown
Toshio Kuratomi
2010-07-05
1
-8
/
+9
*
Fixed ticket 59. Reference links now strip angle brackets from the url.
Waylan Limberg
2010-03-25
1
-2
/
+3
*
Added processing of markdown text within raw html to the 'extra' extension. F...
Waylan Limberg
2010-01-03
1
-2
/
+4
*
Cleanup and additional work on previous commit. NOTE: removed special treatme...
Waylan Limberg
2010-01-03
1
-17
/
+61
*
Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged now...
Waylan Limberg
2010-01-03
1
-9
/
+39
*
Fixed ticket 44. Raw HTML now maintains original whitespace. Important inside...
Waylan Limberg
2010-01-03
1
-1
/
+1
*
Fixed ticket 32. When raw html starts a line, the raw html is only broken int...
Waylan Limberg
2009-05-13
1
-8
/
+9
*
Cleaned up recent refactor into a package from a single file.
Waylan Limberg
2008-11-20
1
-0
/
+214