Closed JoeUX closed 8 years ago
The way this works is collapseWhitespace
removes whitespace characters which would not affect the rendered results. Meanwhile collapseInlineTagWhitespace
removes all whitespaces around tags regardless, which works for cases like custom CSS.
So in terms of feature this is working as expected IMHO. Of course if you think of any improvements to the documentation, PR is welcome :wink:
Closing as the feature is working as expected.
Here's some source from Wikipedia's article on SpaceWire:
Toggle collapseInlineTagWhitespace (on the web interface) and you get:
When the collapsed version renders, you get:
That's all I've got so far. Other settings don't seem to interact with this bug. I'm not sure what the ReadMe means when it says "Don't leave any spaces between display:inline; elements when collapsing", but these aren't spaces between two elements unless we think it's the
<p>
and the<a>
, but the latter is nested in the former, and we'd never want link text to be smushed up against surrounding text like this.