Extensions don’t work anymore on Python 3.10 (Markdown 3.4.1), adding a way to disable them.

This commit is contained in:
Yusur 2023-03-12 10:03:01 +01:00
parent 6f53cd3836
commit 5f4370f953
2 changed files with 8 additions and 3 deletions

View file

@ -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`.