For example, the following HTML:
<span>Foxtrot</span> Copy
<span>Foxtrot</span>
Yields:
{ type: 'element', tagName: 'span', properties: {}, children: [{type: 'text', value: 'Foxtrot'}]} Copy
{ type: 'element', tagName: 'span', properties: {}, children: [{type: 'text', value: 'Foxtrot'}]}
Optional
For example, the following HTML:
Yields: