I am modifying a basic Halogen example with counter and buttons.
I tried to wrap button text with non-breaking spaces and make text bold, but all these formatting chars are showed as verbatim i.e. <b>-</b>
I see raw HTML might be dangerous, but there must a be way to do formatting.
I’ve got a non-breaking space via hex encoding \x202f.
There is no particular reason, just started trying PureScript and Halogen and curios how much freedom and escape hatches I have. Type and strictness is good, but life usually is more complex