Skip to content

0.2.1 theory comments

Ivan S Glazunov edited this page Feb 20, 2015 · 2 revisions

theory about comments

As HTML comment

div()(
	// Some not rendered comment
	div()()
)
<div><div></div></div>

As JavaScript comment

div()(
	content('<!-- Some not rendered comment -->'),
	div()()
)
<div><div></div></div>
Clone this wiki locally