9.10a2
Pre-release
Pre-release
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_indentto control whether per-block YAML configs use indentation or a
leading special character:/for///syntax and:for:::syntax (colon_syntaxmust be true to use:::
syntax). - NEW: Ensure that
/character can be escaped when registering theblocksextension. - FIX: Fix some block nesting issues.