Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.9 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.9 KB

hexo-renderer-markdown-it

Build Status npm version npm dependencies Coverage Status

This renderer plugin uses Markdown-it as a render engine on Hexo. Adds support for Markdown and CommonMark.

Documentation

This README was getting too messy for my taste, so it was time to fire up the github wiki in the repo and move the documentation over there.

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

You can install hexo-renderer-markdown-it by following these steps in the documentation.

It's also the place to go if you want to know more about how hexo-renderer-markdown-it works.

Requests and bug reports

If you have any feature requests or bugs to report, you're welcome to file an issue.