-
Notifications
You must be signed in to change notification settings - Fork 126
Code in script block may break output #129
Copy link
Copy link
Open
Description
Input:
<div>
<script>
console.log('</')
</script>
</div>
Output:
[
{
"type": "element",
"tagName": "div",
"attributes": [],
"children": [
{
"type": "text",
"content": "\n "
},
{
"type": "element",
"tagName": "script",
"attributes": [],
"children": [
{
"type": "text",
"content": "\n console.log('"
},
{
"type": "attribute",
"content": "<"
},
{
"type": "tag-end"
},
{
"type": "text",
"content": "cript>\n"
}
]
}
]
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels