JSML icon indicating copy to clipboard operation
JSML copied to clipboard

Comment support and single tag support

Open mjkaufer opened this issue 11 years ago • 1 comments

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>.

mjkaufer avatar Feb 19 '15 21:02 mjkaufer

When

{
t:"br"
}

is used

<br/>

Should come out.


Maybe a Type tag should be implemented, default being HTML and a first addition Comments?

phikal avatar Feb 20 '15 17:02 phikal