hexo-renderer-markdown-it-plus icon indicating copy to clipboard operation
hexo-renderer-markdown-it-plus copied to clipboard

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.

Results 12 hexo-renderer-markdown-it-plus issues
Sort by recently updated
recently updated
newest added

Is there any way to disable nunjucks? ``` Template render error: (unknown path) [Line 81, Column 26] Error: Unable to call `helper["shtml"]`, which is undefined or falsey at Object._prettifyError (/Users/hilojack/www/a/blog2/node_modules/nunjucks/src/lib.js:36:11)...

我尝试在使用这个库的时候整合markdown-it-highlight-lines这个第三方插件包。 但是它似乎不生效。 ``` markdown_it_plus: highlight: true html: true xhtmlOut: true breaks: true langPrefix: linkify: true typographer: quotes: “”‘’ plugins: - plugin: name: markdown-it-highlight-lines enable: true ```