mirror of
https://github.com/amehime/hexo-renderer-multi-markdown-it.git
synced 2026-04-05 13:09:04 +08:00
2.0 KiB
2.0 KiB
hexo-renderer-markdown-it
This renderer plugin uses Markdown-it as a render engine on Hexo. Adds support for Markdown and CommonMark.
Main Features
- Support for Markdown, GFM and CommonMark
- Extensive configuration
- Faster than the default renderer |
hexo-renderer-marked - Safe ID for headings
- Anchors for headings with ID
- Footnotes
<sub>H2O<sup>x2<ins>Inserted
Installation
Follow the installation guide.
Options
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
quotes: '“”‘’'
plugins:
anchors:
level: 2
collisionSuffix: ''
permalink: false
permalinkClass: 'header-anchor'
permalinkSide: 'left'
permalinkSymbol: '¶'
case: 0
separator: ''
Refer to the wiki for more details.
Requests and bug reports
If you have any feature requests or bugs to report, you're welcome to file an issue.