Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81153 views
1
{
2
"name": "Option 'verbose' set to 'false'",
3
"options": {
4
"verbose": false
5
},
6
"html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
7
"expected": [
8
{
9
"type": "tag",
10
"name": "font",
11
"attribs": {
12
"size": "14"
13
},
14
"children": [
15
{
16
"data": "the text",
17
"type": "text"
18
}
19
]
20
}
21
]
22
}
23