panache 2.44.0

An LSP, formatter, and linter for Markdown, Quarto, and R Markdown
# HTML Block Test

This document tests HTML block parsing.

<!-- HTML comment -->

Some text after comment.

<div class="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.
-->