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.0.1

2

lib/renderer.js

@@ -5,3 +5,3 @@ var MarkdownIt = require('markdown-it');

module.exports = function (data, options) {
var markConfig = this.config.markdown;
var markConfig = this.config.markdown || hexo.config.markdown;
var md;

@@ -8,0 +8,0 @@

{
"name": "hexo-renderer-markdown-it",
"version": "2.0.0",
"version": "2.0.1",
"description": "Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.",

@@ -5,0 +5,0 @@ "main": "index",