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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More tests.
Waylan Limberg
2019-03-08
1
-0
/
+1
*
Disable markdown=1 in extra for now.
Waylan Limberg
2019-03-07
1
-7
/
+7
*
fix silly error
Waylan Limberg
2019-03-07
1
-1
/
+1
*
Refactor HTML Parser
Waylan Limberg
2019-03-07
3
-266
/
+109
*
Optimize several regexes from quadratic time to linear time
Anders Kaseorg
2019-03-06
1
-5
/
+5
*
Add support for a range to toc_depth.
Klaus Mueller
2019-02-22
1
-4
/
+12
*
Handle overlapping raw HTML matches (#770)
Philip Trauner
2019-02-07
1
-3
/
+8
*
Emphasis pattern treats newlines as whitespace (#785)
Waylan Limberg
2019-02-07
1
-1
/
+1
*
Allow hashes to be escaped in headers (#763)
Isaac Muse
2018-12-22
1
-1
/
+1
*
Use a PEP562 implementation for deprecating attributes (#757)
Isaac Muse
2018-12-22
3
-59
/
+267
*
add: use stacklevel=2 with warning
Daniel Hahler
2018-11-14
1
-3
/
+9
*
Collapse all whitespace in reference ids (#743)
Isaac Muse
2018-10-30
1
-1
/
+1
*
Deprecate version and version_info (#740)
Isaac Muse
2018-10-25
2
-5
/
+66
*
Up version to 3.1.dev0 (#736)
Waylan Limberg
2018-10-21
1
-14
/
+20
*
Ensure block elements are defined per instance
facelessuser
2018-10-09
1
-12
/
+12
*
foot note adjustments (#728)
Isaac Muse
2018-10-09
1
-8
/
+6
*
Fix double escaping of block code (#727)
Isaac Muse
2018-10-07
1
-1
/
+8
*
Bump version to 3.0.1
3.0.1
Waylan Limberg
2018-09-26
1
-1
/
+1
*
Support version_info for backward compat.
Waylan Limberg
2018-09-26
1
-0
/
+1
*
Also update RE_AMP in serializers.py
Dmitry Shachnev
2018-09-25
1
-1
/
+1
*
Make ENTITY_RE support hexadecimal entities
issue712
Dmitry Shachnev
2018-09-25
1
-2
/
+2
*
Bring back the old version variable (#709)
Filipp Lepalaan
2018-09-22
1
-0
/
+3
*
Bump version to 3.0
3.0
Waylan Limberg
2018-09-21
1
-1
/
+1
*
Support custom labels in TOC. (#700)
Waylan Limberg
2018-09-05
1
-2
/
+9
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
6
-28
/
+47
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
19
-19
/
+35
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
5
-58
/
+40
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
3
-3
/
+4
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
4
-7
/
+23
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
13
-25
/
+257
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
14
-83
/
+130
*
Add 'style' to block level elements
Waylan Limberg
2018-07-27
1
-1
/
+1
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
26
-333
/
+316
*
More acurate Extension type error msg.
Waylan Limberg
2018-07-24
1
-3
/
+5
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
1
-2
/
+7
*
Add missing comma in HTML_EMPTY
zyxw59
2018-07-24
1
-1
/
+1
*
Add the possibility to set additional classes
WhiteWinterWolf
2018-07-24
1
-2
/
+4
*
Add support for PY37 and PYPY3.
Waylan Limberg
2018-07-24
1
-1
/
+1
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
4
-41
/
+51
*
Improve serializer test coverage
Waylan Limberg
2018-07-24
1
-14
/
+3
*
Simplify namespace support in serializer.
Waylan Limberg
2018-07-24
1
-127
/
+48
*
Implement reset() for Meta extension (#672)
Glandos
2018-06-19
1
-0
/
+5
*
Fix typo.
Amal Murali
2018-05-07
1
-1
/
+1
*
Update block level elements.
Waylan Limberg
2018-03-16
1
-10
/
+13
*
Better check of allowed TOC location #639 (#641)
Charles de Beauchesne
2018-03-08
1
-10
/
+12
*
Only strip spaces in tables (#644)
Isaac Muse
2018-02-22
1
-5
/
+5
*
Simplify output_formats to html and xhtml.
Waylan Limberg
2018-01-25
2
-20
/
+6
*
Flexible inline (#629)
Isaac Muse
2018-01-17
9
-161
/
+435
*
Remove deprecated support for Extension args.
Waylan Limberg
2018-01-13
17
-73
/
+45
*
Improve test coverage.
Waylan Limberg
2018-01-13
19
-53
/
+22
[next]