nanohtml
nanohtml copied to clipboard
Way to keep whitespaces intact?
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?
Sounds like a bug imo!
any updates on that?