CHENXCHEN / hexo-renderer-markdown-it-plus

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
https://chchc.me/hexo-article/2017/07/27/hexo-renderer-markdown-it-plus-plugin-demo/
MIT License
117 stars 22 forks source link

how to use markdown-it-highlight-lines #36

Open xiaohun254700 opened 1 year ago

xiaohun254700 commented 1 year ago

我尝试在使用这个库的时候整合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