🐛 Bug Report
white space is being added in between spans with no discernible way to stop it
To Reproduce
Steps to reproduce the behavior:
Paste your markup here:
<h1>emergen<span class="t">t</span><wbr /><span
class="dot"
aria-hidden
>⋅</span>seas
</h1>
Expected behavior
the t is part of the word 'emergent', so if it needs to not have a space in front of it. The formatting should not change the resulting markup.
Current Results:
<h1>
emergen
<span class="t">t</span>
<wbr />
<span class="dot" aria-hidden>⋅</span>seas
</h1>
We are getting spaces inserted around the t, the <wbr> tag
Your Environment
https://prettyhtml.netlify.com/
🐛 Bug Report
white space is being added in between spans with no discernible way to stop it
To Reproduce
Steps to reproduce the behavior:
Paste your markup here:
Expected behavior
the t is part of the word 'emergent', so if it needs to not have a space in front of it. The formatting should not change the resulting markup.
Current Results:
We are getting spaces inserted around the t, the
<wbr>tagYour Environment
https://prettyhtml.netlify.com/