UNPKG

hexo-theme-reimu

Version:
5 lines (3 loc) 145 B
const util = require("hexo-util"); const stripHTML = util.stripHTML; hexo.extend.helper.register("stripHtml", (content) => stripHTML(content));