amehime 00c351529a update
2020-06-28 18:05:53 +08:00
2020-06-28 18:05:53 +08:00
2020-04-29 11:19:00 +08:00
2020-04-26 21:06:06 +08:00
2020-04-25 23:53:27 +08:00
2020-06-28 18:05:53 +08:00
2020-06-28 18:05:53 +08:00

hexo-renderer-markdown-it-ex

This renderer plugin uses Markdown-it as a render engine on [Hexo].

This renderer plugin is forked from hexo-renderer-markdown-it and hexo-renderer-markdown-it-plus.

Installation

Options

markdown:
  render:
    html: false
    xhtmlOut: true
    breaks: true
    linkify: true
    typographer: 
    quotes: '“”‘’'
    tab: ''
    gutter: true
  plugins:
    - plugin:
        name: markdown-it-toc-and-anchor
        enable: true
        options:
          tocClassName: 'header-toc'
          anchorClassName: 'header-anchor'

default Supported Plugins and Examples

Description
A renderer plugin for Hexo based on Markdown-it and auto Minify HTML, CSS, JS.
Readme MIT 1.3 MiB
Languages
JavaScript 100%