This release improves HTML formatting and contains better CRLF handling, new syntax features, and fixes several bugs. Highlights Respect surrounding linebreaks (#5596 by @ikatyang) Previously, Prettier always put elements in a single line if they didn’t go past the printWidth, but this doesn’t work for elements that are used as if-else blocks or are intended to contain several items. To solve this