v0.4.0
-
⬆️ UPGRADE: Drop python 3.7 and support 3.11 (#77)
-
⬆️ UPGRADE: Allow markdown-it-py v3 (#85)
- 👌 Make field_list compatible with latest upstream (#75)
- 🔧 Convert
state.srcCharCode
->state.src
(#84) - 🔧 Remove unnecessary method arg by @chrisjsewell in( #76)
- 👌 Centralise code block test (#83 and #87)
- This means that disabling the
code
block rule in markdown-it-py v3+ will now allow all syntax blocks to be indented by any amount of whitespace.
- This means that disabling the
-
👌 Improve
dollarmath
plugin: Addallow_blank_lines
option, thanks to @eric-wieser (#46) -
👌 Improve
admon
plugin: Add???
support, thanks to @KyleKing (#58) -
🔧 MAINTAIN: Make type checking strict (#86)
Full Changelog: v0.3.5...v0.4.0