mjkaufer / JSML

:scroll: Dynamic, JSON powered HTML
34 stars 1 forks source link

Comment support and single tag support #13

Open mjkaufer opened 9 years ago

mjkaufer commented 9 years ago

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

phikal commented 9 years ago

When

{
t:"br"
}

is used

<br/>

Should come out.


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