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
...
*
Use simplified regex for html placeholders (#1086)
Waylan Limberg
2020-12-08
1
-2
/
+14
*
Properly parse unclosed tags in code spans
Waylan Limberg
2020-11-23
2
-0
/
+52
*
Properly parse processing instructions in md_in_html
Waylan Limberg
2020-11-19
1
-4
/
+1
*
Properly parse code spans in md_in_html (#1069)
Waylan Limberg
2020-11-18
2
-15
/
+22
*
Bump version to 3.3.3
3.3.3
Waylan Limberg
2020-10-25
1
-1
/
+1
*
Fix issues related to hr tags
Isaac Muse
2020-10-24
2
-6
/
+48
*
Avoid catastrophic backtracking in `hr` regex
Waylan Limberg
2020-10-24
1
-5
/
+4
*
Ensure when tag text is None that it is converted to empty string
Isaac Muse
2020-10-21
1
-0
/
+2
*
Unify all block-level tags. (#1048)
Waylan Limberg
2020-10-20
3
-32
/
+29
*
Bump version to 3.3.2
3.3.2
Waylan Limberg
2020-10-19
1
-1
/
+1
*
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
2
-1
/
+17
*
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
/
+70
*
Some test tweaks.
Waylan Limberg
2020-10-08
1
-2
/
+5
*
Ensure consistent handling of classes by fenced_code and codehilite (#1033)
Waylan Limberg
2020-10-08
1
-8
/
+7
*
Bump version to 3.3.
3.3
Waylan Limberg
2020-10-06
1
-1
/
+1
*
Support unicode ids in toc (#970)
Antoine
2020-10-01
1
-4
/
+9
*
Refactor HTML Parser (#803)
Waylan Limberg
2020-09-22
7
-470
/
+583
*
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
*
Fix HR which follows strong em.
Waylan Limberg
2020-07-01
1
-1
/
+1
*
Support short reference image links.
Waylan Limberg
2020-07-01
1
-0
/
+11
*
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
*
Limit depth of blockquotes using Python's recursion limit. (#991)
Waylan Limberg
2020-06-29
3
-2
/
+47
*
Refactor fenced_code & codehilite options (#816)
Waylan Limberg
2020-06-23
3
-94
/
+201
*
Fix issues with complex emphasis
facelessuser
2020-06-22
2
-3
/
+3
*
Bump version to 3.3.dev0.
Waylan Limberg
2020-06-17
1
-1
/
+1
*
Fix exception cause in core.py
Ram Rachum
2020-06-12
1
-2
/
+2
*
Flake8 cleanup.
Waylan Limberg
2020-05-14
3
-6
/
+6
*
Bump version to 3.2.2
3.2.2
Waylan Limberg
2020-05-08
1
-1
/
+1
*
Avoid importing packaging or pkg_resources for version validation (#948)
Ran Benita
2020-04-27
1
-17
/
+11
*
Correctly report if an extension raises a `TypeError`.
Charles Merriam
2020-04-19
2
-10
/
+13
*
Load entry_points once using importlib.metadata.
Waylan Limberg
2020-04-18
2
-5
/
+10
*
TOC fix for AtomicString handling (#934)
Isaac Muse
2020-04-06
1
-2
/
+15
*
Revert: Use simplified regex for html placeholders
facelessuser
2020-04-05
1
-1
/
+1
*
Use simplified regex for html placeholders
Reilly Raab
2020-03-30
1
-1
/
+1
*
Fixed typos in extensions/codehilite.py
Gaurav Kondhare
2020-03-22
1
-10
/
+10
*
Fix simple typo: wihtout -> without
Tim Gates
2020-02-21
1
-1
/
+1
*
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
-2
/
+3
*
Bump version to 3.2.1.dev0.
Waylan Limberg
2020-02-08
1
-1
/
+1
*
Bump version to 3.2.0.
3.2
Waylan Limberg
2020-02-06
1
-1
/
+1
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
14
-77
/
+64
*
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
[prev]
[next]