the-carlisle-group / Abacus

HTML, CSS, and Markdown for Dyalog APL
MIT License
12 stars 0 forks source link

Preserve HTML EntityNames converting to and from the DOM #14

Closed norberturkiewicz closed 1 year ago

norberturkiewicz commented 1 year ago

Test

v←'<p>Spaces before and after the next&nbsp;tags <strong><em>selection</em></strong> are dropped. Also &lt;, along with &gt; are now represented correectly.</p>'
v≡DOM2HTML HTML2DOM v

Close #12 Close #11