module.exports = function(html) { return {tag: "<", key: undefined, attrs: undefined, children: html, text: undefined} }