Skip to content

9.10a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@facelessuser facelessuser released this 17 Dec 21:14

9.10a2

  • NEW: General blocks no longer use YAML fences for per block options, but instead use a special token to denote the
    line is part of the config.
  • NEW: Add temporary alpha/beta option yaml_indent to control whether per-block YAML configs use indentation or a
    leading special character: / for /// syntax and : for ::: syntax (colon_syntax must be true to use :::
    syntax).
  • NEW: Ensure that / character can be escaped when registering the blocks extension.
  • FIX: Fix some block nesting issues.