g-plane / markup_fmt

Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter with dprint integration.
https://dprint.dev/plugins/markup_fmt/
MIT License
100 stars 9 forks source link

Frontmatter incorrectly formatted in njk file #29

Closed dsherret closed 4 months ago

dsherret commented 4 months ago

https://dprint.dev/playground/#code/LTCwCgBsEME8HsCuAXAXAAmQUwM7ItnhgIwBMAzBCBBADwAWyAtpAHy0D0jLrQA/plugin/BYFxAcGcC4HpfAGwK4HMCWA7SA6AJuAE5Yj4CmAbrKgLRICGmZsAtvYQNbLgD6AZixA0KABhwBOHGIDu9SCyA

Input and expected:

--
layout: test
test: 123
--

<html></html>

Actual:

-- layout: test test: 123 --

<html></html>