Add attribute capability to HTML parser node

This commit is contained in:
Dave Conway-Jones
2015-12-19 12:44:11 +00:00
parent d0f7e5ca4d
commit 08b39f50b3
3 changed files with 8 additions and 7 deletions

View File

@@ -531,7 +531,8 @@
},
"output": {
"html": "the html content of the elements",
"text": "only the text content of the elements"
"text": "only the text content of the elements",
"attr": "an object of any attributes of the elements"
},
"format": {
"single": "as a single message containing an array",