File tree 4 files changed +550
-494
lines changed
4 files changed +550
-494
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ deregister
30
30
Dmitry
31
31
docdata
32
32
ElementTree
33
+ encodings
33
34
extendMarkdown
34
35
Fauske
35
36
Formatter
58
59
markdownFromFile
59
60
Maruku
60
61
md
62
+ metadata
61
63
MkDocs
62
64
multi
63
65
MultiMarkdown
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Python-Markdown Change Log
5
5
6
6
Under development: version 3.2.2 (a bug-fix release).
7
7
8
+ * Refactor extension API documentation (#729 ).
8
9
* Load entry_points (for extensions) only once using ` importlib.metadata ` .
9
10
* Do not double escape entities in TOC.
10
11
* Correctly report if an extension raises a ` TypeError ` (#939 ).
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ The following bug fixes are included in the 3.2 release:
93
93
* HTML tag placeholders are no longer included in ` .toc_tokens ` (#899 ).
94
94
* Unescape backslash-escaped characters in TOC ids (#864 ).
95
95
* Refactor bold and italic logic in order to solve complex nesting issues (#792 ).
96
- * Always wrap CodeHilite code in ` code ` tags (#862 )
96
+ * Always wrap CodeHilite code in ` code ` tags (#862 ).
You can’t perform that action at this time.
0 commit comments