#HTML Block Test
This document tests HTML block parsing.
<!-- HTML comment -->
Some text after comment.
<divclass="container">
Content inside div
</div>Paragraph after div.
<script>alert('Hello');console.log('test');</script>
Final paragraph.
<!--
Html comment with multiple
lines
--><!--
This is an indented comment.
-->