JSML
JSML copied to clipboard
Comment support and single tag support
Stuff like <!--comment--> should have a jsml equivalent. Also, we should check for things like <br/> should be coded for in jsml as, currently, the jsml would output as <br></br>.
When
{
t:"br"
}
is used
<br/>
Should come out.
Maybe a Type tag should be implemented, default being HTML and a first addition Comments?