davidwessman / syntax_tree-erb

Syntax Tree support for ERB
MIT License
21 stars 3 forks source link

[Formatting] Frontmatter #66

Open davidwessman opened 1 year ago

davidwessman commented 1 year ago
ERB-snippet ```html --- foo: :bar bar: "BAZ" Baz: | foobar foo-bar foo bar --- ```
Expected formatting ```html --- foo: :bar bar: "BAZ" Baz: | foobar foo-bar foo bar --- ```
Actual formatting Indentation is removed ```html --- foo: :bar bar: "BAZ" Baz: | foobar foo-bar foo bar --- ```

Comment

Versions

syntax_tree: 6.1.1 syntax_tree-erb: 0.10.4