Skip to content

Commit

Permalink
Refactor Extension API docs (#946)
Browse files Browse the repository at this point in the history
* Move Patterns sections.  Fixes #729.
* Rewrite tree processor docs. Fixes #949.
  • Loading branch information
merriam committed May 7, 2020
1 parent 82d2b25 commit 375db8c
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 494 deletions.
2 changes: 2 additions & 0 deletions .spell-dict
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deregister
Dmitry
docdata
ElementTree
encodings
extendMarkdown
Fauske
Formatter
Expand Down Expand Up @@ -58,6 +59,7 @@ Manfed
markdownFromFile
Maruku
md
metadata
MkDocs
multi
MultiMarkdown
Expand Down
1 change: 1 addition & 0 deletions docs/change_log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Python-Markdown Change Log

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

* Refactor extension API documentation (#729).
* Load entry_points (for extensions) only once using `importlib.metadata`.
* Do not double escape entities in TOC.
* Correctly report if an extension raises a `TypeError` (#939).
Expand Down
2 changes: 1 addition & 1 deletion docs/change_log/release-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ The following bug fixes are included in the 3.2 release:
* HTML tag placeholders are no longer included in `.toc_tokens` (#899).
* Unescape backslash-escaped characters in TOC ids (#864).
* Refactor bold and italic logic in order to solve complex nesting issues (#792).
* Always wrap CodeHilite code in `code` tags (#862)
* Always wrap CodeHilite code in `code` tags (#862).
Loading

0 comments on commit 375db8c

Please sign in to comment.