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

how to use markdown-it-highlight-lines

Open xiaohun254700 opened this issue 2 years ago • 0 comments

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

xiaohun254700 avatar Dec 13 '22 06:12 xiaohun254700