'use strict'; function postBtns(args, content) { return `
${hexo.render.renderSync({text: content, engine: 'markdown'}).split('\n').join('')}
`; } hexo.extend.tag.register('btns', postBtns, {ends: true});