eleventy-plugin-wipdeveloper-tools

0.1.1 • Public • Published

eleventy-plugin-wipdeveloper-tools

things I'm tired of copying and pasting between projects...

Filters

stripHtml

Universal filter to remove html tags from text.

Examples

{{ content | stripHtml }}
{{ content | stripHtml }}
module.exports = function({content}) {
  return `${this.stripHtml(content)}`;
};

Package Sidebar

Install

npm i eleventy-plugin-wipdeveloper-tools

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

2.9 kB

Total Files

7

Last publish

Collaborators

  • brettmn