hexo-renderer-markdown-it
Advanced tools
Comparing version
{ | ||
"name": "hexo-renderer-markdown-it", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.", | ||
@@ -5,0 +5,0 @@ "main": "index", |
# hexo-renderer-markdown-it | ||
[](https://travis-ci.org/celsomiranda/hexo-renderer-markdown-it) [](http://badge.fury.io/js/hexo-renderer-markdown-it) [](https://coveralls.io/r/celsomiranda/hexo-renderer-markdown-it) | ||
Add support for [Markdown] and [CommonMark]. This plugin uses [Markdown-it] as a render engine on [Hexo]. | ||
@@ -73,2 +75,21 @@ | ||
## Plugins | ||
As of now, there are three plugins available. | ||
- footnotes | ||
- sub | ||
- sup | ||
These can be enabled in the global `_config.yml` like so: | ||
``` yaml | ||
markdown: | ||
plugins: | ||
- markdown-it-footnote | ||
- markdown-it-sub | ||
- markdown-it-sup | ||
``` | ||
## Requests | ||
If you have any requests please file an [issue](https://github.com/celsomiranda/hexo-renderer-markdown-it/issues). | ||
[CommonMark]: http://commonmark.org/ | ||
@@ -75,0 +96,0 @@ [Markdown]: http://daringfireball.net/projects/markdown/ |
7644
12.15%98
27.27%