hexojs/hexo-renderer-pandoc

[BUG] --smart breaks newer pandoc.

HaoZeke opened this issue · 0 comments

The index.js needs to be modified for pandoc 2

For smart, now the vars should read

var args = [ '-f', 'markdown+smart', '-t', 'html', math]