A PostHTML language support @emitty
npm install @emitty/language-posthtml> A PostHTML language support for @emitty.
``console`
npm install @emitty/language-posthtml
`ts
const emitty = require('@emitty/core').configure();
emitty.language({
extensions: ['.html'],
parser: require('@emitty/language-posthtml').parse
});
`
See the Releases section of our GitHub project for changelog for each release version.
This software is released under the terms of the MIT license.