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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly parse inline HTML in md_in_html
Isaac Muse
2020-10-19
1
-5
/
+31
*
Account for Etree Elements in HTML Stash
Waylan Limberg
2020-10-14
1
-0
/
+12
*
Ensure consistent handling of classes by fenced_code and codehilite (#1033)
Waylan Limberg
2020-10-08
1
-8
/
+7
*
Support unicode ids in toc (#970)
Antoine
2020-10-01
1
-4
/
+9
*
Refactor HTML Parser (#803)
Waylan Limberg
2020-09-22
3
-173
/
+343
*
Fix complex scenarios with definition, ordered, and unordered lists (#1007)
Isaac Muse
2020-07-27
1
-3
/
+5
*
Fix complex scenarios with lists and admonitions (#1006)
Isaac Muse
2020-07-26
1
-5
/
+75
*
Add suport for attr_lists in table headers.
Waylan Limberg
2020-06-30
1
-1
/
+1
*
Tune attr list regex
Waylan Limberg
2020-06-30
1
-8
/
+6
*
Fix unescaping of HTML characters <> in CodeHilite. (#990)
Rohitt Vashishtha
2020-06-29
1
-1
/
+3
*
Refactor fenced_code & codehilite options (#816)
Waylan Limberg
2020-06-23
3
-94
/
+201
*
Fix issues with complex emphasis
facelessuser
2020-06-22
1
-1
/
+1
*
Flake8 cleanup.
Waylan Limberg
2020-05-14
2
-4
/
+4
*
Correctly report if an extension raises a `TypeError`.
Charles Merriam
2020-04-19
1
-9
/
+12
*
TOC fix for AtomicString handling (#934)
Isaac Muse
2020-04-06
1
-2
/
+15
*
Fixed typos in extensions/codehilite.py
Gaurav Kondhare
2020-03-22
1
-10
/
+10
*
Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`
Jim Porter
2020-02-12
1
-2
/
+3
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
8
-16
/
+20
*
Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)
Jim Porter
2020-01-31
1
-4
/
+9
*
Add permalink_title option (#886)
Waylan Limberg
2019-11-26
1
-1
/
+6
*
Add anchorlink_class and permalink_class options to TOC
Waylan Limberg
2019-11-26
1
-3
/
+11
*
Unescape IDs in TOC.
Waylan Limberg
2019-11-25
1
-1
/
+8
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
19
-70
/
+32
*
Always wrap CodeHilite code in <code> tags (#862)
Tim Martin
2019-09-30
1
-1
/
+2
*
Separate Markdown parsing in HTML to separate extension (#859)
Isaac Muse
2019-09-04
2
-71
/
+103
*
Refactor em strong to consolidate code and fix issue #792
Isaac Muse
2019-09-03
1
-7
/
+28
*
Use https:// links where available
Jon Dufresne
2019-06-12
16
-21
/
+21
*
Add support for a range to toc_depth.
Klaus Mueller
2019-02-22
1
-4
/
+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
*
Support custom labels in TOC. (#700)
Waylan Limberg
2018-09-05
1
-2
/
+9
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
1
-2
/
+1
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
18
-18
/
+34
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
3
-38
/
+30
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
1
-0
/
+1
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
2
-2
/
+39
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
7
-17
/
+23
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
17
-87
/
+51
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
1
-2
/
+7
*
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
1
-0
/
+49
*
Implement reset() for Meta extension (#672)
Glandos
2018-06-19
1
-0
/
+5
*
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
*
Flexible inline (#629)
Isaac Muse
2018-01-17
6
-38
/
+38
*
Remove deprecated support for Extension args.
Waylan Limberg
2018-01-13
17
-73
/
+45
*
Improve test coverage.
Waylan Limberg
2018-01-13
16
-17
/
+17
*
Correct spelling mistakes.
Edward Betts
2018-01-13
3
-4
/
+4
*
Refactor Extension loading (#627)
Waylan Limberg
2018-01-12
1
-7
/
+7
[next]