mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
18 lines
404 B
HTML
18 lines
404 B
HTML
![]() |
<!-- Short comment -->
|
||
|
<!--
|
||
|
This is a really long comment look how long it is it should be on a line of its own don't you think?
|
||
|
-->
|
||
|
<!--
|
||
|
This is a block comment
|
||
|
cool, huh?
|
||
|
<strong>there can even be sub-tags!</strong>
|
||
|
Or script!
|
||
|
-->
|
||
|
<!--[if lte IE6]> conditional comment! <![endif]-->
|
||
|
<!--[if gte IE7]>
|
||
|
<p>Block conditional comment</p>
|
||
|
<div>
|
||
|
<h1>Cool, eh?</h1>
|
||
|
</div>
|
||
|
<![endif]-->
|