UNPKG

hexo-theme-miracle

Version:

A clean and lightweight single-column theme for Hexo.

19 lines (15 loc) 256 B
/* global hexo */ 'use strict'; function mermaid(args, content) { return ` <div class="mermaid" ${args.join(' ')}> ${content} </div> `; } /* {% mermaid %} text {% endmermaid %} */ hexo.extend.tag.register('mermaid', mermaid, { ends: true });