9.10b5
Pre-release
Pre-release
9.10b5
- NEW: Blocks: Add
type_multiandtype_nonevalidators. - NEW: Blocks: Rename on_parse to
on_validateand pass in parent element as context for validation. - NEW: Blocks: When a block uses
rawmode, allow content to be indented to avoid conflicts with HTML parser.raw
blocks should be indented and are now documented as such. The results will be dedented up to Python Markdown's tab
length, so intentional indentation is still possible.rawblocks with no indentation will still work, but may have
conflicts with other extensions. - FIX: Blocks: Commenting out all YAML options will not cause a block to invalidate.