UNPKG

hexo-theme-next

Version:

Elegant and powerful theme for Hexo.

12 lines (9 loc) 271 B
/** * center-quote.js | https://theme-next.js.org/docs/tag-plugins/ */ 'use strict'; module.exports = ctx => function(args, content) { return `<blockquote class="blockquote-center"> ${ctx.render.renderSync({ text: content, engine: 'markdown' })} </blockquote>`; };