Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "named entities",
3
"options": {
4
"handler": {},
5
"parser": {"decodeEntities": true}
6
},
7
"html": "&el<er&CounterClockwiseContourIntegral;foo&bar",
8
"expected": [
9
{
10
"event": "text",
11
"data": [
12
"&el<er\u2233foo&bar"
13
]
14
}
15
]
16
}
17