UNPKG

peregrine-cms-test-html

Version:

Test your peregrine site to see what is supported.

18 lines 279 B
{ "name": "XML Namespace", "options": {}, "html": "<ns:tag>text</ns:tag>", "expected": [ { "type": "tag", "name": "ns:tag", "attribs": {}, "children": [ { "data": "text", "type": "text" } ] } ] }