hexo-renderer-marked
Advanced tools
Comparing version 0.3.0 to 0.3.2
@@ -0,0 +0,0 @@ /* global hexo */ |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "hexo-renderer-marked", | ||
"version": "0.3.0", | ||
"version": "0.3.2", | ||
"description": "Markdown renderer plugin for Hexo", | ||
@@ -23,18 +23,22 @@ "main": "index", | ||
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)", | ||
"maintainers": [ | ||
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"hexo-util": "^0.6.0", | ||
"marked": "^0.3.5", | ||
"object-assign": "^4.1.0", | ||
"strip-indent": "^1.0.1" | ||
"hexo-util": "^0.6.2", | ||
"marked": "^0.3.9", | ||
"object-assign": "^4.1.1", | ||
"strip-indent": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^2.12.0", | ||
"eslint-config-hexo": "^1.0.3", | ||
"istanbul": "^0.4.3", | ||
"jscs": "^3.0.4", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.13.1", | ||
"babel-eslint": "^8.0.3", | ||
"eslint-config-hexo": "^2.0.0", | ||
"istanbul": "^0.4.5", | ||
"jscs": "^3.0.7", | ||
"jscs-preset-hexo": "^1.0.1", | ||
"mocha": "^2.5.3" | ||
"mocha": "^4.0.1" | ||
} | ||
} |
# hexo-renderer-marked | ||
[](https://travis-ci.org/hexojs/hexo-renderer-marked) [](http://badge.fury.io/js/hexo-renderer-marked) [](https://coveralls.io/r/hexojs/hexo-renderer-marked?branch=master) | ||
[](https://travis-ci.org/hexojs/hexo-renderer-marked) [](https://www.npmjs.com/package/hexo-renderer-marked) [](https://coveralls.io/r/hexojs/hexo-renderer-marked?branch=master) | ||
[](https://david-dm.org/hexojs/hexo-renderer-marked) | ||
[](https://david-dm.org/hexojs/hexo-renderer-marked?type=dev) | ||
@@ -41,5 +43,5 @@ Add support for [Markdown]. This plugin uses [marked] as render engine. | ||
- **modifyAnchors** - Use for transform anchorIds. if 1 to lowerCase and if 2 to upperCase. | ||
- **autolink** - Enable autolink for URLs. E.g. `http://hexo.io` will become `<a herf="http://hexo.io">http://hexo.io</a>`. | ||
- **autolink** - Enable autolink for URLs. E.g. `https://hexo.io` will become `<a href="https://hexo.io">https://hexo.io</a>`. | ||
[Markdown]: http://daringfireball.net/projects/markdown/ | ||
[Markdown]: https://daringfireball.net/projects/markdown/ | ||
[marked]: https://github.com/chjj/marked |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
63674
10
47
8
+ Addedstrip-indent@2.0.0(transitive)
- Removedget-stdin@4.0.1(transitive)
- Removedstrip-indent@1.0.1(transitive)
Updatedhexo-util@^0.6.2
Updatedmarked@^0.3.9
Updatedobject-assign@^4.1.1
Updatedstrip-indent@^2.0.0