9.10b1
- NEW: HTML General block now accepts Emmet style attribute:
/// html | div.class#id[name=value]
. - NEW: Block attribute specifier is renamed from
attributes
toattrs
. - NEW: Remove
colon_syntax
option 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.