Skip to content

kappabacca/posthtml.org

 
 

Repository files navigation

NPM Deps Tests Coverage Standard Code Style Twitter Chat

PostHTML

PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only a HTML parser, a HTML node tree API and a node tree stringifier.

All HTML transformations are made by plugins. And these plugins are just small plain JS functions, which receive a HTML node tree, transform it, and return a modified tree.

For more detailed information about PostHTML in general take a look at the docs

Maintainers


Ivan Demidov

Ivan Voischev

Contributing

See PostHTML Guidelines and CONTRIBUTING.

Contributors

LICENSE

MIT

About

Website for posthtml.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.7%
  • CSS 44.3%