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
3.3.1

3

lib/anchors.js

@@ -17,7 +17,6 @@ 'use strict';

var titleStore = {};
var anchor = function (md, opts) {
opts = assign({}, anchor.defaults, opts);
var titleStore = {};
var originalHeadingOpen = md.renderer.rules.heading_open;

@@ -24,0 +23,0 @@

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

@@ -33,4 +33,4 @@ "main": "index",

"dependencies": {
"lodash.assign": "^3.0.0",
"markdown-it": "^4.1.0",
"lodash.assign": "^3.1.0",
"markdown-it": "^4.1.1",
"markdown-it-footnote": "^1.0.0",

@@ -49,3 +49,3 @@ "markdown-it-ins": "^1.0.0",

"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.9.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.1",

@@ -52,0 +52,0 @@ "jshint-stylish": "^1.0.1",

@@ -30,2 +30,5 @@ # hexo-renderer-markdown-it

## Changelog
### 3.3.1
- Fixed a bug with Anchors using `hexo-server`
### 3.3.0

@@ -38,7 +41,2 @@ - Modified the ID collisions feature (reading the number of times the header repeats itself)

### 3.2.0
- Integrated `markdown-it-anchors` and changed the slugify function
- Implemented a way to prevent ID collisions in headings (using the heading line)
- Remade the tests
[CommonMark]: http://commonmark.org/

@@ -45,0 +43,0 @@ [Markdown]: http://daringfireball.net/projects/markdown/