mdbook/tests/testsuite/rendering/html_blocks/expected/script-in-block.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
100 B
HTML
Raw Normal View History

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