Skip to content

9.10b1

Pre-release
Pre-release

Choose a tag to compare

@facelessuser facelessuser released this 22 Feb 16:08

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 to attrs.
  • 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.