@prettier/plugin-xml
Advanced tools
Changelog
[0.13.0] - 2021-01-22
Changelog
[0.12.0] - 2020-08-31
<style type="text/css">
.box {
height: 100px;
width: 100px;
}
</style>
.inx
files.Changelog
[0.11.0] - 2020-08-14
Changelog
[0.10.0] - 2020-07-24
Changelog
[0.9.0] - 2020-07-21
<!-- prettier-ignore-start -->
and <!-- prettier-ignore-end -->
comments. For example, you can now do:<foo>
<!-- prettier-ignore-start -->
< this-content-will-not-be-formatted />
<!-- prettier-ignore-end -->
</foo>
and it will maintain your formatting.
Changelog
[0.7.1] - 2020-02-10
prettier/doc
instead of prettier
to load less code in standalone mode.