Add a test for a script inside an HTML block

This commit is contained in:
Eric Huss 2025-09-17 14:19:38 -07:00
parent 1c034bdd9a
commit cd3e26fb90
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<div>
HTML block start
<script>
// script stuff <here>
</script>
< still in block
</div>

View file

@ -1,3 +1,4 @@
# Summary # Summary
- [Comment in list](./comment-in-list.md) - [Comment in list](./comment-in-list.md)
- [Script in block](./script-in-block.md)

View file

@ -0,0 +1,7 @@
<div>
HTML block start
<script>
// script stuff <here>
</script>
&lt; still in block
</div>