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
/
blockprocessors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos and remove trailing spaces
Kian-Meng Ang
2022-04-10
1
-1
/
+1
*
[style]: fix various typos in docstrings and comments
Florian Best
2022-03-18
1
-1
/
+1
*
Disallow square brackets in reference link ids.
Waylan Limberg
2022-01-10
1
-1
/
+1
*
Fix cubic ReDoS in fenced code and references
B. Caller
2021-05-07
1
-1
/
+1
*
Ensure admonition content is detabbed properly
Isaac Muse
2021-02-05
1
-3
/
+5
*
Avoid catastrophic backtracking in `hr` regex
Waylan Limberg
2020-10-24
1
-5
/
+4
*
Refactor HTML Parser (#803)
Waylan Limberg
2020-09-22
1
-0
/
+30
*
Fix HR which follows strong em.
Waylan Limberg
2020-07-01
1
-1
/
+1
*
Limit depth of blockquotes using Python's recursion limit. (#991)
Waylan Limberg
2020-06-29
1
-1
/
+1
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
1
-14
/
+15
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-14
/
+10
*
Allow hashes to be escaped in headers (#763)
Isaac Muse
2018-12-22
1
-1
/
+1
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
1
-1
/
+3
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
1
-2
/
+2
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
1
-0
/
+20
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
1
-4
/
+4
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-10
/
+10
*
Fix typo.
Amal Murali
2018-05-07
1
-1
/
+1
*
Correct spelling mistakes.
Edward Betts
2018-01-13
1
-1
/
+1
*
fix DeprecationWarning: invalid escape sequence
d9pouces
2017-07-25
1
-1
/
+1
*
Fix hr recursion issue (#535)
Isaac Muse
2017-01-23
1
-2
/
+3
*
Updated BlockProcessor to new-style class. Changed subclasses to use super().
Kar Epker
2015-06-01
1
-4
/
+4
*
Changed formatting of regex strings. Fixed flake8 issues.
Kar Epker
2015-06-01
1
-13
/
+6
*
Changed line continuations to satisfy pylint.
Kar Epker
2015-06-01
1
-10
/
+13
*
Fixed parser ignoring value of tab_length.
Kar Epker
2015-06-01
1
-7
/
+20
*
No binary operators at begining of line.
Waylan Limberg
2015-02-18
1
-4
/
+4
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
1
-1
/
+1
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-60
/
+65
*
Mark a few more lines with 'no cover' - missed them the first time through. T...
Waylan Limberg
2014-07-11
1
-1
/
+1
*
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
2014-07-11
1
-2
/
+2
*
Address various depreciated APIs in Python
Waylan Limberg
2014-01-08
1
-5
/
+5
*
Use lead blockprocessor comment as docstring
Adam Dinwoodie
2013-03-18
1
-10
/
+12
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
1
-1
/
+1
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-16
/
+16
*
Preserve all blank lines in code blocks.
Waylan Limberg
2013-02-14
1
-13
/
+13
*
Cleaned up fixes for #183
Waylan Limberg
2013-02-08
1
-1
/
+1
*
Preserve empty lines in code blocks
Waylan Limberg
2013-02-06
1
-6
/
+7
*
Fix all pyflakes unused-import/unused-variable warnings
Dmitry Shachnev
2012-11-09
1
-1
/
+1
*
Provide more control to list processors subclasses.
Waylan Limberg
2012-01-24
1
-1
/
+3
*
Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atom...
Waylan Limberg
2011-11-17
1
-18
/
+19
*
Fixed #22. Horizontal rules now work in a few more crazy edge cases. Who actu...
Waylan Limberg
2011-06-16
1
-1
/
+1
*
Fixed #21. A header and paragraph not seperated by a blank line inside a list...
Waylan Limberg
2011-06-15
1
-4
/
+27
*
Fixed #15. Setext Headers now work with any number of - or = characters.
Waylan Limberg
2011-06-01
1
-1
/
+1
*
Made lazy ordered lists a settable option. The previous behavior (on) is the ...
Waylan Limberg
2011-04-29
1
-1
/
+1
*
Merge commit 'refs/merge-requests/13' of git://gitorious.org/python-markdown/...
Waylan Limberg
2011-04-28
1
-1
/
+16
|
\
|
*
fixed startindex reset in multiple ul
Rohan Jain
2011-04-05
1
-6
/
+4
|
*
add new list item comment
Rohan Jain
2011-04-03
1
-0
/
+1
|
*
custom index support for ol tag
Rohan Jain
2011-04-03
1
-1
/
+17
*
|
fix import loop when importing logger
Craig de Stigter
2011-04-18
1
-1
/
+3
*
|
sane logging. remove sys.exit() calls (libraries should never ever call sys.e...
Craig de Stigter
2011-04-18
1
-3
/
+2
|
/
[next]