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
/
docs
/
change_log
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 3.3.2
3.3.2
Waylan Limberg
2020-10-19
1
-0
/
+5
*
Bump version to 3.3.1
3.3.1
Waylan Limberg
2020-10-12
1
-1
/
+1
*
Correctly parse raw `script` and `style` tags. (#1038)
Waylan Limberg
2020-10-12
1
-0
/
+1
*
Ensure consistent handling of classes by fenced_code and codehilite (#1033)
Waylan Limberg
2020-10-08
1
-0
/
+4
*
Bump version to 3.3.
3.3
Waylan Limberg
2020-10-06
1
-1
/
+1
*
Add PY39 support and drop PY35 (#1026)
Waylan Limberg
2020-10-06
1
-2
/
+3
*
Support unicode ids in toc (#970)
Antoine
2020-10-01
1
-0
/
+7
*
Refactor HTML Parser (#803)
Waylan Limberg
2020-09-22
1
-0
/
+15
*
Document passing configuration options to Extra.
Waylan Limberg
2020-09-17
1
-0
/
+1
*
Fix complex scenarios with definition, ordered, and unordered lists (#1007)
Isaac Muse
2020-07-27
1
-1
/
+2
*
Fix complex scenarios with lists and admonitions (#1006)
Isaac Muse
2020-07-26
1
-0
/
+1
*
Fix HR which follows strong em.
Waylan Limberg
2020-07-01
1
-0
/
+1
*
Support short reference image links.
Waylan Limberg
2020-07-01
1
-0
/
+1
*
Add suport for attr_lists in table headers.
Waylan Limberg
2020-06-30
1
-0
/
+3
*
Tune attr list regex
Waylan Limberg
2020-06-30
1
-1
/
+15
*
Fix unescaping of HTML characters <> in CodeHilite. (#990)
Rohitt Vashishtha
2020-06-29
1
-0
/
+1
*
Limit depth of blockquotes using Python's recursion limit. (#991)
Waylan Limberg
2020-06-29
1
-0
/
+1
*
Refactor fenced_code & codehilite options (#816)
Waylan Limberg
2020-06-23
2
-4
/
+48
*
Fix issues with complex emphasis
facelessuser
2020-06-22
1
-0
/
+16
*
Document limitations if attr_list extension.
Waylan Limberg
2020-05-14
1
-0
/
+4
*
Bump version to 3.2.2
3.2.2
Waylan Limberg
2020-05-08
1
-1
/
+1
*
Add checklinks tox env and shell script. (#955)
Waylan Limberg
2020-05-07
3
-3
/
+4
*
Refactor Extension API docs (#946)
Charles Merriam
2020-05-07
2
-1
/
+2
*
Avoid importing packaging or pkg_resources for version validation (#948)
Ran Benita
2020-04-27
1
-0
/
+2
*
Correctly report if an extension raises a `TypeError`.
Charles Merriam
2020-04-19
1
-1
/
+4
*
Load entry_points once using importlib.metadata.
Waylan Limberg
2020-04-18
1
-0
/
+1
*
TOC fix for AtomicString handling (#934)
Isaac Muse
2020-04-06
1
-1
/
+5
*
Revert: Use simplified regex for html placeholders
facelessuser
2020-04-05
1
-2
/
+1
*
Use simplified regex for html placeholders
Reilly Raab
2020-03-30
1
-1
/
+2
*
Bump version to 3.2.1
3.2.1
Waylan Limberg
2020-02-12
1
-1
/
+1
*
Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`
Jim Porter
2020-02-12
1
-1
/
+4
*
Bump version to 3.2.1.dev0.
Waylan Limberg
2020-02-08
1
-0
/
+2
*
Bump version to 3.2.0.
3.2
Waylan Limberg
2020-02-06
2
-9
/
+12
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
1
-0
/
+14
*
Add permalink_title option (#886)
Waylan Limberg
2019-11-26
1
-6
/
+14
*
Add anchorlink_class and permalink_class options to TOC
Waylan Limberg
2019-11-26
1
-0
/
+6
*
Document thread safety (#882)
Waylan Limberg
2019-11-25
1
-1
/
+2
*
legacy_attr => legacy_attrs. (#870)
NNRepos
2019-10-29
1
-1
/
+1
*
Add support for Python 3.8 (#867)
Hugo van Kemenade
2019-10-24
1
-1
/
+3
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-1
/
+6
*
Always wrap CodeHilite code in <code> tags (#862)
Tim Martin
2019-09-30
1
-1
/
+19
*
Separate Markdown parsing in HTML to separate extension (#859)
Isaac Muse
2019-09-04
1
-0
/
+7
*
Refactor em strong to consolidate code and fix issue #792
Isaac Muse
2019-09-03
1
-0
/
+34
*
Use https:// links where available
Jon Dufresne
2019-06-12
3
-8
/
+8
*
Update all pypi.python.org URLs to pypi.org
Jon Dufresne
2019-06-12
1
-1
/
+1
*
Bump version to 3.1.1
3.1.1
Waylan Limberg
2019-05-20
1
-1
/
+1
*
Prefer public packaging module to pkg_resources' private copy of it (#826)
Dmitry Shachnev
2019-05-16
1
-0
/
+2
*
Comply with PEP517 (#824)
Dmitry Shachnev
2019-05-15
1
-0
/
+5
*
Bump version to 3.1
3.1
Waylan Limberg
2019-03-25
1
-1
/
+1
*
Update CLI to support PyYAML 5.1
Waylan Limberg
2019-03-14
1
-0
/
+1
[next]