2016-12-21 20:32:45 -07:00

9 lines
185 B
Plaintext

<marko-compiler-options preserve-comments />
<div>
<!-- This comment should be preserved -->
Hello World!
</div>
div
// This comment should be preserved
-- Hello World!