Sample structure:
<div>1111111111</div> <!-- First line -->
<div>2222222222</div> <!-- Second line -->
<div>3333333333</div> <!-- Third line -->
It's OK. However, I want to wrap comment for this divs.
Sure, not working like this:
<!--
<div>1111111111</div> <!-- First line -->
<div>2222222222</div> <!-- Second line -->
<div>3333333333</div> <!-- Third line -->
-->
How can I do this?