davidwessman/syntax_tree-erb

[Formatting] Frontmatter

Opened this issue · 0 comments

ERB-snippet
---
foo: :bar
bar: "BAZ"
Baz: |
  foobar
  foo-bar
  foo bar
---
Expected formatting
---
foo: :bar
bar: "BAZ"
Baz: |
  foobar
  foo-bar
  foo bar
---
Actual formatting

Indentation is removed

---
foo: :bar
bar: "BAZ"
Baz: |
foobar
foo-bar
foo bar
---

Comment

Versions

syntax_tree: 6.1.1
syntax_tree-erb: 0.10.4