Skip to content

Latest commit

 

History

History

language-posthtml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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.