New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hexo-renderer-markdown-it

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-renderer-markdown-it - npm Package Compare versions

Comparing version

to
2.1.2

2

package.json
{
"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
[![Build Status](https://travis-ci.org/celsomiranda/hexo-renderer-markdown-it.svg)](https://travis-ci.org/celsomiranda/hexo-renderer-markdown-it) [![npm version](https://badge.fury.io/js/hexo-renderer-markdown-it.svg)](http://badge.fury.io/js/hexo-renderer-markdown-it) [![Coverage Status](https://coveralls.io/repos/celsomiranda/hexo-renderer-markdown-it/badge.svg)](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/