HTML only collapses normal space, tabs and newlines.
React's JSX (and Babel) traditionally also does that.
Bublé, however, has until now greedily killed all types of spaces,
except for which it turned into HTML-escaped entity,
which in turn breaks the text-node rendering in Mithril.js and Hyperscript.js.
HTML only collapses normal space, tabs and newlines. React's JSX (and Babel) traditionally also does that.
Bublé, however, has until now greedily killed all types of spaces, except for
which it turned into HTML-escaped entity, which in turn breaks the text-node rendering in Mithril.js and Hyperscript.js.(See #217 for more info)