@emitty/language-posthtml
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

@emitty/language-posthtml

A PostHTML language support for @emitty.

Install

npm install @emitty/language-posthtml

Usage

const emitty = require('@emitty/core').configure();

emitty.language({
    extensions: ['.html'],
    parser: require('@emitty/language-posthtml').parse
});

Supported keywords

Changelog

See the Releases section of our GitHub project for changelog for each release version.

License

This software is released under the terms of the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    3
  • 2.0.0
    1

Package Sidebar

Install

npm i @emitty/language-posthtml

Weekly Downloads

4

Version

2.0.1

License

MIT

Unpacked Size

33.9 kB

Total Files

14

Last publish

Collaborators

  • mrmlnc