panache-parser 0.5.1

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
# 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.
-->