UNPKG

hexo-theme-next

Version:

Elegant and powerful theme for Hexo.

12 lines (9 loc) 225 B
/** * wavedrom.js | https://theme-next.js.org/docs/tag-plugins/wavedrom */ 'use strict'; module.exports = function(args, content) { return `<div class="wavedrom"><script type="WaveDrom"> ${content} </script></div>`; };