lexical-yjs-html 0.1.3

Render Lexical-shaped yrs documents to HTML, no browser or Node required
Documentation
1
<h1>Heading One</h1><h2>Heading Two</h2><h3>Heading Three</h3><h4>Heading H4</h4><h5>Heading H5</h5><h6>Heading H6</h6><p>plain <strong>bold</strong> <em>italic</em> <i><strong>bolditalic</strong></i> <s>strike</s> <u>underline</u> <code>inlinecode</code> <sub>sub</sub> <sup>sup</sup> <mark>highlight</mark> &lt;escaped &amp; "chars"&gt;</p><p>Visit <a href="https://example.com/a?b=1&amp;c=2">the site</a> or <a href="https://auto.example.org">https://auto.example.org</a> today.</p><ul><li value="1">First bullet</li><li value="2">Second bullet<ul><li value="1">Nested A</li><li value="2">Nested B</li></ul></li></ul><ol><li value="1">Step one</li><li value="2">Step two</li></ol><ul><li aria-checked="true" value="1">Done item</li><li aria-checked="false" value="2">Todo item</li></ul><blockquote>A quote about CRDTs.</blockquote><p>const x = 1;<br>console.log(x);</p><tr><th><p>Name</p></th><th><p>Role</p></th></tr><tr><td><p>Ada</p></td><td><p>Engineer</p></td></tr><p>Mention:  done.</p><p>tabbed:<span>	</span>after-tab<br>after-break</p><p>Ext: <a href="https://ext.example.com" title="External">new tab</a> end.</p><p>def hello<br><span>	</span>42<br>end</p><p>before-empty</p><p><br></p><p>after-empty</p>