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
/
tests
/
test_syntax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't process shebangs in codehilite when processing fenced code
Isaac Muse
2021-08-04
1
-0
/
+30
*
Better toc detection
Charles de Beauchesne
2021-07-27
1
-0
/
+8
*
toc: Do not remove diacritical marks when slugify_unicode is used
Dmitry Shachnev
2021-03-24
1
-4
/
+14
*
Ensure permalinks and ankorlinks are not restricted by toc_depth
Waylan Limberg
2021-02-24
1
-5
/
+393
*
Ensure admonition content is detabbed properly
Isaac Muse
2021-02-05
1
-0
/
+30
*
Preserve text immediately before an admonition
Oleh Prypin
2020-12-30
1
-0
/
+21
*
Use simplified regex for html placeholders (#1086)
Waylan Limberg
2020-12-08
1
-0
/
+11
*
Properly parse unclosed tags in code spans
Waylan Limberg
2020-11-23
1
-0
/
+105
*
Properly parse processing instructions in md_in_html
Waylan Limberg
2020-11-19
1
-0
/
+50
*
Properly parse code spans in md_in_html (#1069)
Waylan Limberg
2020-11-18
1
-0
/
+66
*
Fix issues related to hr tags
Isaac Muse
2020-10-24
2
-0
/
+222
*
Avoid catastrophic backtracking in `hr` regex
Waylan Limberg
2020-10-24
1
-0
/
+23
*
Ensure when tag text is None that it is converted to empty string
Isaac Muse
2020-10-21
1
-0
/
+18
*
Properly parse inline HTML in md_in_html
Isaac Muse
2020-10-19
1
-0
/
+160
*
Account for Etree Elements in HTML Stash
Waylan Limberg
2020-10-14
1
-1
/
+16
*
Correctly parse raw `script` and `style` tags. (#1038)
Waylan Limberg
2020-10-12
1
-0
/
+85
*
Skip tests with pygments version mismatch.
Waylan Limberg
2020-10-08
2
-261
/
+282
*
Some test tweaks.
Waylan Limberg
2020-10-08
1
-1
/
+6
*
Ensure consistent handling of classes by fenced_code and codehilite (#1033)
Waylan Limberg
2020-10-08
1
-17
/
+17
*
Update tests for pygments-2.7.1
Michał Górny
2020-10-07
2
-12
/
+12
*
Support unicode ids in toc (#970)
Antoine
2020-10-01
1
-0
/
+22
*
Refactor HTML Parser (#803)
Waylan Limberg
2020-09-22
5
-3
/
+2747
*
Fix complex scenarios with definition, ordered, and unordered lists (#1007)
Isaac Muse
2020-07-27
1
-0
/
+323
*
Fix complex scenarios with lists and admonitions (#1006)
Isaac Muse
2020-07-26
1
-0
/
+194
*
Fix HR which follows strong em.
Waylan Limberg
2020-07-01
1
-0
/
+16
*
Support short reference image links.
Waylan Limberg
2020-07-01
1
-0
/
+24
*
Add suport for attr_lists in table headers.
Waylan Limberg
2020-06-30
1
-6
/
+14
*
Tune attr list regex
Waylan Limberg
2020-06-30
1
-0
/
+72
*
Fix unescaping of HTML characters <> in CodeHilite. (#990)
Rohitt Vashishtha
2020-06-29
1
-0
/
+23
*
Limit depth of blockquotes using Python's recursion limit. (#991)
Waylan Limberg
2020-06-29
1
-0
/
+51
*
Refactor fenced_code & codehilite options (#816)
Waylan Limberg
2020-06-23
2
-2
/
+1301
*
Fix issues with complex emphasis
facelessuser
2020-06-22
2
-0
/
+28
*
TOC fix for AtomicString handling (#934)
Isaac Muse
2020-04-06
1
-0
/
+22
*
Add permalink_title option (#886)
Waylan Limberg
2019-11-26
1
-0
/
+20
*
Add anchorlink_class and permalink_class options to TOC
Waylan Limberg
2019-11-26
1
-0
/
+67
*
Unescape IDs in TOC.
Waylan Limberg
2019-11-25
1
-0
/
+34
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
18
-23
/
+0
*
Refactor em strong to consolidate code and fix issue #792
Isaac Muse
2019-09-03
2
-0
/
+45
*
Optimize HTML_RE from quadratic time to linear (#804)
Anders Kaseorg
2019-08-14
1
-0
/
+31
*
Use https:// links where available
Jon Dufresne
2019-06-12
1
-3
/
+3
*
Handle overlapping raw HTML matches (#770)
Philip Trauner
2019-02-07
1
-0
/
+53
*
Emphasis pattern treats newlines as whitespace (#785)
Waylan Limberg
2019-02-07
1
-0
/
+86
*
Allow hashes to be escaped in headers (#763)
Isaac Muse
2018-12-22
1
-0
/
+20
*
Collapse all whitespace in reference ids (#743)
Isaac Muse
2018-10-30
1
-0
/
+37
*
foot note adjustments (#728)
Isaac Muse
2018-10-09
1
-0
/
+65
*
Add a test for the markdown/serializers.py change
Dmitry Shachnev
2018-09-25
1
-0
/
+4
*
Make ENTITY_RE support hexadecimal entities
issue712
Dmitry Shachnev
2018-09-25
1
-0
/
+44
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
1
-0
/
+40
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
2
-0
/
+12
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
12
-0
/
+258
[next]