mdbook/tests/testsuite/rendering/html_blocks/src/script-in-block.md

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

8 lines
104 B
Markdown
Raw Normal View History

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