> Earl Grey's % operator can be used to easily build HTML, DOM, virtual DOM, and other things:
tag.xyz % property = value child1 child2
{tags = {"tag", ".xyz"} props = {property = value} children = {child1, child2}}
require: /html html(thing) ==> <tag class="xyz" property="value">child1child2</tag>
> Earl Grey's % operator can be used to easily build HTML, DOM, virtual DOM, and other things: