mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
32 lines
767 B
JSON
32 lines
767 B
JSON
{
|
|
"taglib-id": "marko-html",
|
|
"tags": {
|
|
"html": {
|
|
"attributes": {
|
|
"html-doctype": {
|
|
"type": "custom",
|
|
"preserve-name": true
|
|
},
|
|
"*": {
|
|
"type": "string",
|
|
"ignore": true
|
|
}
|
|
}
|
|
},
|
|
"html-doctype": {
|
|
"attributes": {
|
|
"value": {
|
|
"type": "custom"
|
|
}
|
|
},
|
|
"node-class": "./DocTypeNode"
|
|
},
|
|
"*": {
|
|
"transformer": "./html-tag-transformer"
|
|
},
|
|
"html-comment": {
|
|
"renderer": "./CommentTag",
|
|
"escape-xml-body": false
|
|
}
|
|
}
|
|
} |