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
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pyspelling to check spelling.
Waylan Limberg
2023-04-06
1
-43
/
+43
*
Consider <html> a block-level HTML element (#1309)
kernc
2022-12-02
1
-12
/
+2
*
Remove previously deprecated objects
Waylan Limberg
2022-05-27
1
-1
/
+1
*
Only enumerate extension entry points when required
Aarni Koskela
2022-05-24
1
-1
/
+1
*
Ensure <summary> tags are parsed correctly.
Waylan Limberg
2021-11-03
1
-1
/
+1
*
Unify all block-level tags. (#1048)
Waylan Limberg
2020-10-20
1
-4
/
+5
*
Fix exception cause in core.py
Ram Rachum
2020-06-12
1
-2
/
+2
*
Load entry_points once using importlib.metadata.
Waylan Limberg
2020-04-18
1
-5
/
+3
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-11
/
+8
*
fix(typo): successfully
Саша Черных
2019-06-16
1
-1
/
+1
*
Use https:// links where available
Jon Dufresne
2019-06-12
1
-1
/
+1
*
Ensure block elements are defined per instance
facelessuser
2018-10-09
1
-12
/
+12
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
1
-0
/
+19
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
1
-1
/
+1
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
1
-9
/
+1
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
1
-2
/
+0
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
1
-0
/
+22
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-3
/
+3
*
More acurate Extension type error msg.
Waylan Limberg
2018-07-24
1
-3
/
+5
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
1
-2
/
+0
*
Simplify output_formats to html and xhtml.
Waylan Limberg
2018-01-25
1
-18
/
+4
*
Improve test coverage.
Waylan Limberg
2018-01-13
1
-5
/
+4
*
Refactor Extension loading (#627)
Waylan Limberg
2018-01-12
1
-60
/
+26
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
1
-23
/
+1
*
Removed support for deprecated config in ext name.
Waylan Limberg
2018-01-11
1
-19
/
+2
*
Removed deprecated support for positional args.
Waylan Limberg
2018-01-11
1
-32
/
+4
*
Moved core to core.py
Waylan Limberg
2018-01-11
1
-0
/
+496