0.10.3 • Published 3 years ago

@wayowe/prettyhtml-hastscript v0.10.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@wayowe/prettyhtml-hastscript

Hyperscript compatible DSL for creating virtual HAST trees

Installation

npm install --save @wayowe/prettyhtml-hastscript

Caveats

The implementation is a modified version of Hastscript Version 4.0.0

  • Known html attributes aren't handled case-sensitively
  • Don't coerce or optimize attribute values
  • Don't house <template> node through content property. Handle it like any other element.