batiste / pug-vdom

PUG template to HyperScript Virtual DOM
MIT License
18 stars 6 forks source link

Html support #28

Closed gryphonmyers closed 5 years ago

gryphonmyers commented 5 years ago

Addresses #15

Note: multi-line literal html as demonstrated https://pugjs.org/language/plain-text.html#literal-html, is not currently supported and will be tricky to support.

Note 2: this change assumes use of https://github.com/Matt-Esch/virtual-dom, making use of "widgets" as specified here https://github.com/Matt-Esch/virtual-dom/blob/master/docs/widget.md

batiste commented 5 years ago

It looks good and seems to be well implemented!