9.10b1
Pre-release
Pre-release
9.10b1
- NEW: HTML General block now accepts Emmet style attribute:
/// html | div.class#id[name=value]. - NEW: Block attribute specifier is renamed from
attributestoattrs. - NEW: Remove
colon_syntaxoption and cement that we are using///format moving forward. - NEW: Revise available validators for Block options. Remove unnecessary validators and replace some with new ones.
- NEW: Simplify argument API.
- NEW: Block extensions can now be registered directly as normal Python Markdown extensions.