Hast to html converter
npm install @starptech/prettyhtml-hast-to-htmlHast to HTML converter
```
npm install --save @starptech/prettyhtml-hast-to-html
###### node.data.ignore
When this property true the node is skipped for attribute collapsing.
###### node.data.preserveAttrWrapping
When this property true the node is skipped for attribute collapsing.
The implementation is a modified version of hast-util-to-html.
- Known html attributes aren't handled case-sensitively
- Consider printWidth`
- Don't encode attribute values
- Don't escape special characters in text
- Don't omit value behind boolean attributes