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
*
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
*
Fix complex scenarios with lists and admonitions (#1006)
Isaac Muse
2020-07-26
3
-5
/
+270
*
Fix HR which follows strong em.
Waylan Limberg
2020-07-01
3
-1
/
+18
*
Support short reference image links.
Waylan Limberg
2020-07-01
3
-0
/
+36
*
Add suport for attr_lists in table headers.
Waylan Limberg
2020-06-30
4
-7
/
+20
*
Tune attr list regex
Waylan Limberg
2020-06-30
8
-34
/
+134
*
Fix unescaping of HTML characters <> in CodeHilite. (#990)
Rohitt Vashishtha
2020-06-29
4
-1
/
+28
*
Limit depth of blockquotes using Python's recursion limit. (#991)
Waylan Limberg
2020-06-29
5
-2
/
+99
*
Clarify attr_list docs
Waylan Limberg
2020-06-25
1
-2
/
+32
*
Refactor fenced_code & codehilite options (#816)
Waylan Limberg
2020-06-23
18
-633
/
+1799
*
Fix issues with complex emphasis
facelessuser
2020-06-22
5
-3
/
+47
*
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
*
Allow checklinks check to fail.
Waylan Limberg
2020-05-22
1
-0
/
+3
[next]