mdbook/tests/testsuite/rendering/html_blocks/expected/script-in-block.html
2025-09-17 14:19:38 -07:00

7 lines
No EOL
100 B
HTML

<div>
HTML block start
<script>
// script stuff <here>
</script>
< still in block
</div>