Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Oct 20, 2022
1 parent 77d53fa commit da87835
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog_unreleased/handlebars/13691.md
@@ -0,0 +1,19 @@
#### Preserve self-closing tags (#13691 by @dcyriller)

<!-- prettier-ignore -->
```hbs
{{! Input }}
<i />
<div />
<Component />
{{! Prettier stable }}
<i></i>
<div></div>
<Component />
{{! Prettier main }}
<i />
<div />
<Component />
```

0 comments on commit da87835

Please sign in to comment.