This website requires JavaScript.
Explore
Help
Sign in
jesus
/
mdbook
Watch
1
Star
0
Fork
You've already forked mdbook
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8fac0ef2d9
mdbook
/
tests
/
testsuite
/
rendering
/
html_blocks
/
expected
/
script-in-block.html
7 lines
103 B
HTML
Raw
Normal View
History
Unescape
Escape
Add a test for a script inside an HTML block
2025-09-17 14:19:38 -07:00
<
div
>
HTML block start
<
script
>
// script stuff
<
here
>
<
/
script
>
Fix raw status ending in the HTML tokenizer This fixes a small mistake where the "raw" status wasn't being reset once exiting the script or style tags. That means any text nodes that followed would be misinterpreted as being raw.
2025-09-17 14:21:01 -07:00
<
still in block
Add a test for a script inside an HTML block
2025-09-17 14:19:38 -07:00
<
/
div
>
Reference in a new issue
Copy permalink