Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 25, 2020
1 parent ccf592b commit c244688
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions changelog_unreleased/html/pr-7867.md
@@ -0,0 +1,23 @@
#### Fix ignore empty inline element print ([#7867](https://github.com/prettier/prettier/pull/7867) by [@fisker](https://github.com/fisker))

<!-- prettier-ignore -->
```html
<!--Input-->
<!--prettier-ignore--><span></span>
<!--prettier-ignore--><span>_</span>

<!--Prettier stable-->
<!--prettier-ignore--><span
></span>
<!--prettier-ignore--><span>_</span>

<!--Prettier stable (Second format)-->
<!--prettier-ignore--><span

></span>
<!--prettier-ignore--><span>_</span>

<!--Prettier master-->
<!--prettier-ignore--><span></span>
<!--prettier-ignore--><span>_</span>
```

0 comments on commit c244688

Please sign in to comment.