UNPKG

hexo-reslink

Version:

Automatically create resource links

9 lines (5 loc) 187 B
const transform = require("./dist/lib/transform"); hexo.extend.filter.register('before_post_render', function (data) { data.content = transform(data.content); return data; });