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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`
Jim Porter
2020-02-12
1
-13
/
+37
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
1
-50
/
+47
*
Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)
Jim Porter
2020-01-31
1
-24
/
+78
*
Add permalink_title option (#886)
Waylan Limberg
2019-11-26
1
-0
/
+20
*
Add anchorlink_class and permalink_class options to TOC
Waylan Limberg
2019-11-26
1
-0
/
+67
*
Unescape IDs in TOC.
Waylan Limberg
2019-11-25
1
-0
/
+34
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
22
-49
/
+6
*
Always wrap CodeHilite code in <code> tags (#862)
Tim Martin
2019-09-30
1
-9
/
+9
*
Refactor em strong to consolidate code and fix issue #792
Isaac Muse
2019-09-03
2
-0
/
+45
*
Optimize HTML_RE from quadratic time to linear (#804)
Anders Kaseorg
2019-08-14
3
-24
/
+31
*
Use more specific asserts throughout tests
Jon Dufresne
2019-06-13
2
-26
/
+26
*
Use https:// links where available
Jon Dufresne
2019-06-12
1
-3
/
+3
*
Optimize several regexes from quadratic time to linear time
Anders Kaseorg
2019-03-06
1
-1
/
+1
*
Add support for a range to toc_depth.
Klaus Mueller
2019-02-22
1
-0
/
+55
*
Handle overlapping raw HTML matches (#770)
Philip Trauner
2019-02-07
1
-0
/
+53
*
Emphasis pattern treats newlines as whitespace (#785)
Waylan Limberg
2019-02-07
1
-0
/
+86
*
Allow hashes to be escaped in headers (#763)
Isaac Muse
2018-12-22
1
-0
/
+20
*
Use a PEP562 implementation for deprecating attributes (#757)
Isaac Muse
2018-12-22
1
-2
/
+2
*
Fix typos in tests names
Dmitry Shachnev
2018-12-19
1
-3
/
+3
*
Collapse all whitespace in reference ids (#743)
Isaac Muse
2018-10-30
1
-0
/
+37
*
Deprecate version and version_info (#740)
Isaac Muse
2018-10-25
1
-0
/
+39
*
Ensure block elements are defined per instance
facelessuser
2018-10-09
1
-0
/
+12
*
foot note adjustments (#728)
Isaac Muse
2018-10-09
9
-2455
/
+2496
*
Fix double escaping of block code (#727)
Isaac Muse
2018-10-07
1
-0
/
+92
*
Add a test for the markdown/serializers.py change
Dmitry Shachnev
2018-09-25
1
-0
/
+4
*
Make ENTITY_RE support hexadecimal entities
issue712
Dmitry Shachnev
2018-09-25
1
-0
/
+44
*
Support custom labels in TOC. (#700)
Waylan Limberg
2018-09-05
1
-9
/
+25
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
1
-3
/
+4
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
1
-2
/
+2
*
Refactor options tests
Waylan Limberg
2018-07-31
4
-10
/
+12
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
7
-7
/
+43
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
5
-38
/
+22
*
Removed unnessecary no attributes test. (#694)
Waylan Limberg
2018-07-31
3
-7
/
+0
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
5
-2
/
+21
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
16
-3
/
+341
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-147
/
+212
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
1
-0
/
+54
*
Add the possibility to set additional classes
WhiteWinterWolf
2018-07-24
2
-0
/
+17
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
12
-37
/
+55
*
Improve serializer test coverage
Waylan Limberg
2018-07-24
1
-6
/
+64
*
Simplify namespace support in serializer.
Waylan Limberg
2018-07-24
1
-0
/
+29
*
Implement reset() for Meta extension (#672)
Glandos
2018-06-19
1
-0
/
+14
*
Better check of allowed TOC location #639 (#641)
Charles de Beauchesne
2018-03-08
1
-0
/
+35
*
Only strip spaces in tables (#644)
Isaac Muse
2018-02-22
2
-0
/
+43
*
Simplify output_formats to html and xhtml.
Waylan Limberg
2018-01-25
1
-3
/
+3
*
Flexible inline (#629)
Isaac Muse
2018-01-17
6
-22
/
+242
*
Improve test coverage.
Waylan Limberg
2018-01-13
1
-2
/
+56
*
Correct spelling mistakes.
Edward Betts
2018-01-13
13
-13
/
+13
*
Refactor Extension loading (#627)
Waylan Limberg
2018-01-12
3
-103
/
+53
*
Removed deprecated HeaderId Extension.
Waylan Limberg
2018-01-11
1
-54
/
+0
[next]