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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't process shebangs in codehilite when processing fenced code
Isaac Muse
2021-08-04
5
-3
/
+37
*
Fix cache error in CI
facelessuser
2021-08-04
1
-1
/
+1
*
Remove download_url from setup.py (#1164)
Waylan Limberg
2021-07-30
1
-1
/
+0
*
Better toc detection
Charles de Beauchesne
2021-07-27
3
-1
/
+15
*
add cache to workflows using actions/setup-node
Oscar Dominguez
2021-07-06
1
-1
/
+2
*
document footnote's need for reset() between multiple runs
Peter Kaminski
2021-07-06
1
-0
/
+28
*
Remove SO attributions to sidestep licensing greyness
Jarek Głowacki
2021-07-01
1
-9
/
+12
*
Newline at end of README
Ali Hosseinverdi
2021-06-15
1
-0
/
+1
*
Fix missing space in CLI option help
johnthagen
2021-06-01
1
-1
/
+1
*
Fix link to extensions tutorial
Jannis Vajen
2021-05-26
1
-1
/
+1
*
Fix cubic ReDoS in fenced code and references
B. Caller
2021-05-07
2
-8
/
+8
*
Fix minor typos
Matthieu Bacconnier
2021-05-02
1
-6
/
+6
*
toc: Do not remove diacritical marks when slugify_unicode is used
Dmitry Shachnev
2021-03-24
3
-8
/
+25
*
Bump version to 3.3.4
3.3.4
Waylan Limberg
2021-02-24
2
-2
/
+2
*
Ensure permalinks and ankorlinks are not restricted by toc_depth
Waylan Limberg
2021-02-24
6
-217
/
+426
*
Fix minor grammatical error
Tani N-K
2021-02-15
1
-1
/
+1
*
Replace links to freewisdom.org
Waylan Limberg
2021-02-06
4
-6
/
+5
*
Ensure admonition content is detabbed properly
Isaac Muse
2021-02-05
4
-11
/
+48
*
Add an HtmlStash section to docs
Cris Luengo
2021-01-28
1
-0
/
+19
*
Preserve text immediately before an admonition
Oleh Prypin
2020-12-30
3
-0
/
+24
*
Optimize away a `len` call in InlineProcessor
Oleh Prypin
2020-12-21
1
-1
/
+2
*
Replace effbot.org links
Waylan Limberg
2020-12-08
1
-4
/
+3
*
Use simplified regex for html placeholders (#1086)
Waylan Limberg
2020-12-08
3
-2
/
+26
*
Add quick start documentation (#1078)
nathanfdunn
2020-11-30
1
-3
/
+13
*
Properly parse unclosed tags in code spans
Waylan Limberg
2020-11-23
4
-0
/
+158
*
Properly parse processing instructions in md_in_html
Waylan Limberg
2020-11-19
3
-4
/
+52
*
Properly parse code spans in md_in_html (#1069)
Waylan Limberg
2020-11-18
4
-15
/
+92
*
Bump version to 3.3.3
3.3.3
Waylan Limberg
2020-10-25
2
-2
/
+2
*
Fix issues related to hr tags
Isaac Muse
2020-10-24
5
-6
/
+271
*
Avoid catastrophic backtracking in `hr` regex
Waylan Limberg
2020-10-24
3
-5
/
+28
*
Add require_changelog workflow action (#1051)
Waylan Limberg
2020-10-23
1
-0
/
+24
*
Ensure when tag text is None that it is converted to empty string
Isaac Muse
2020-10-21
3
-0
/
+21
*
Unify all block-level tags. (#1048)
Waylan Limberg
2020-10-20
5
-36
/
+37
*
Bump version to 3.3.2
3.3.2
Waylan Limberg
2020-10-19
3
-1
/
+36
*
Properly parse inline HTML in md_in_html
Isaac Muse
2020-10-19
2
-5
/
+191
*
Account for Etree Elements in HTML Stash
Waylan Limberg
2020-10-14
3
-2
/
+33
*
Bump version to 3.3.1
3.3.1
Waylan Limberg
2020-10-12
3
-5
/
+5
*
Correctly parse raw `script` and `style` tags. (#1038)
Waylan Limberg
2020-10-12
3
-0
/
+156
*
Skip tests with pygments version mismatch.
Waylan Limberg
2020-10-08
2
-261
/
+282
*
Some test tweaks.
Waylan Limberg
2020-10-08
3
-4
/
+14
*
Ensure consistent handling of classes by fenced_code and codehilite (#1033)
Waylan Limberg
2020-10-08
4
-27
/
+30
*
Update tests for pygments-2.7.1
Michał Górny
2020-10-07
3
-13
/
+13
*
Bump version to 3.3.
3.3
Waylan Limberg
2020-10-06
2
-2
/
+2
*
Add PY39 support and drop PY35 (#1026)
Waylan Limberg
2020-10-06
4
-12
/
+12
*
Support unicode ids in toc (#970)
Antoine
2020-10-01
4
-4
/
+41
*
Refactor HTML Parser (#803)
Waylan Limberg
2020-09-22
57
-1229
/
+3538
*
Document passing configuration options to Extra.
Waylan Limberg
2020-09-17
2
-7
/
+32
*
Update information about richleland/pygments-css.
Waylan Limberg
2020-09-10
1
-6
/
+7
*
Add Markdown text processing classifier to setup
Álvaro Mondéjar
2020-08-24
1
-1
/
+2
*
Fix complex scenarios with definition, ordered, and unordered lists (#1007)
Isaac Muse
2020-07-27
3
-4
/
+330
[prev]
[next]