Open saschanaz opened 5 years ago
html`<span>1. </span>` always becomes <span>1.</span>. Since whitespaces are relevant in inline context and <pre>, is there a way to insert whitespaces as-is?
html`<span>1. </span>`
<span>1.</span>
<pre>
Sounds like a bug imo!
any updates on that?
html`<span>1. </span>`
always becomes<span>1.</span>
. Since whitespaces are relevant in inline context and<pre>
, is there a way to insert whitespaces as-is?