Skip to content

Commit 375db8c

Browse files
authored
Refactor Extension API docs (#946)
* Move Patterns sections. Fixes #729. * Rewrite tree processor docs. Fixes #949.
1 parent 82d2b25 commit 375db8c

File tree

4 files changed

+550
-494
lines changed

4 files changed

+550
-494
lines changed

.spell-dict

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ deregister
3030
Dmitry
3131
docdata
3232
ElementTree
33+
encodings
3334
extendMarkdown
3435
Fauske
3536
Formatter
@@ -58,6 +59,7 @@ Manfed
5859
markdownFromFile
5960
Maruku
6061
md
62+
metadata
6163
MkDocs
6264
multi
6365
MultiMarkdown

docs/change_log/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Python-Markdown Change Log
55

66
Under development: version 3.2.2 (a bug-fix release).
77

8+
* Refactor extension API documentation (#729).
89
* Load entry_points (for extensions) only once using `importlib.metadata`.
910
* Do not double escape entities in TOC.
1011
* Correctly report if an extension raises a `TypeError` (#939).

docs/change_log/release-3.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ The following bug fixes are included in the 3.2 release:
9393
* HTML tag placeholders are no longer included in `.toc_tokens` (#899).
9494
* Unescape backslash-escaped characters in TOC ids (#864).
9595
* 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).

0 commit comments

Comments
 (0)