/* globals hexo: true */ const toc = require("./toc"); hexo.extend.filter.register("after_post_render", toc.after_post_render);