Extensions don’t work anymore on Python 3.10 (Markdown 3.4.1), adding a way to disable them.
This commit is contained in:
parent
6f53cd3836
commit
5f4370f953
2 changed files with 8 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## 0.7
|
||||
|
||||
+ XXX Custom Markdown extensions are broken with Markdown 3.4.1. While we find a workaround to it,
|
||||
use the config `[markdown]disable_custom_extensions` set to 1.
|
||||
+ Schema changes:
|
||||
+ Removed `PagePolicy` and `PagePolicyKey` tables altogether. They were never useful.
|
||||
+ Added `calendar` field to `Page`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue