You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See how in 3.3.1 the result has spaces in character entities like < and >
The text was updated successfully, but these errors were encountered:
jvega190
changed the title
Plugin is adding non-existing spaces to result content
Plugin is adding non-existing spaces to result content with HTML character entities
May 14, 2024
Applies to version 3.3.1 to up to latest (3.4.1). Not reproducible in 3.3.0.
When using the plugin to format xml content using prettier, the result content ends up with non-existing spaces in HTML character entities.
Codesandbox for version 3.3.0:
https://codesandbox.io/p/sandbox/prettierxmlplugin-3-3-0-k374wn?file=%2Fsrc%2FApp.js%3A6%2C1-9%2C15
Codesandbox for version 3.3.1:
https://codesandbox.io/p/sandbox/cocky-cray-gy83nr?file=%2Fsrc%2FApp.js%3A3%2C19
See how in 3.3.1 the result has spaces in character entities like
<
and>
The text was updated successfully, but these errors were encountered: