hexo-helper-htmlentities

1.0.0 • Public • Published

hexo-helper-htmlentities

Hexo helper plugin for encoding html entities. This plugin uses AllHtmlEntities class of node-html-entities.

Installation

$ npm install hexo-helper-htmlentities --save

Usage

Add htmlentities tag in your EJS template:

<%- htmlentities('<>"&©®∆') %>

The helper will generate encoded html entities like this:

&lt;&gt;&quot;&amp;&copy;&circledR;

Make sure to use <%- htmlentities() %> and not <%= htmlentities() %> to prevent EJS from escaping the generated string.

Package Sidebar

Install

npm i hexo-helper-htmlentities

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kulikala