gulp-markdown
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"name": "gulp-markdown", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Markdown to HTML", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": { | ||
"dependencies": { | ||
"marked": "^0.3.9", | ||
"plugin-error": "^0.1.2", | ||
"marked": "^0.4.0", | ||
"plugin-error": "^1.0.1", | ||
"through2": "^2.0.0" | ||
@@ -40,2 +40,3 @@ }, | ||
"ava": "*", | ||
"p-event": "^2.1.0", | ||
"vinyl": "^2.1.0", | ||
@@ -42,0 +43,0 @@ "xo": "*" |
# gulp-markdown [![Build Status](https://travis-ci.org/sindresorhus/gulp-markdown.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-markdown) | ||
> Markdown to HTML with [`marked`](https://github.com/chjj/marked) | ||
> Markdown to HTML with [`marked`](https://github.com/markedjs/marked) | ||
*Issues with the output should be reported on the `marked` [issue tracker](https://github.com/chjj/marked/issues).* | ||
*Issues with the output should be reported on the `marked` [issue tracker](https://github.com/markedjs/marked/issues).* | ||
@@ -33,7 +33,7 @@ | ||
See the `marked` [options](https://github.com/chjj/marked#options-1). | ||
See the `marked` [options](https://marked.js.org/#/USING_ADVANCED.md). | ||
### markdown.marked | ||
Access the `marked` object to customize the [lexer](https://github.com/chjj/marked#access-to-lexer-and-parser), [parser](https://github.com/chjj/marked#access-to-lexer-and-parser) or [renderer](https://github.com/chjj/marked#renderer). | ||
Access the `marked` object to customize the [lexer](https://marked.js.org/#/USING_PRO.md#lexer), [parser](https://marked.js.org/#/USING_PRO.md#parser) or [renderer](https://marked.js.org/#/USING_PRO.md#renderer). | ||
@@ -40,0 +40,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3448
4
+ Addedansi-colors@1.1.0(transitive)
+ Addedarr-diff@4.0.0(transitive)
+ Addedarr-union@3.1.0(transitive)
+ Addedassign-symbols@1.0.0(transitive)
+ Addedextend-shallow@3.0.2(transitive)
+ Addedis-extendable@1.0.1(transitive)
+ Addedis-plain-object@2.0.4(transitive)
+ Addedisobject@3.0.1(transitive)
+ Addedmarked@0.4.0(transitive)
+ Addedplugin-error@1.0.1(transitive)
- Removedansi-cyan@0.1.1(transitive)
- Removedansi-red@0.1.1(transitive)
- Removedarr-diff@1.1.0(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedarr-union@2.1.0(transitive)
- Removedarray-slice@0.2.3(transitive)
- Removedextend-shallow@1.1.4(transitive)
- Removedkind-of@1.1.0(transitive)
- Removedmarked@0.3.19(transitive)
- Removedplugin-error@0.1.2(transitive)
Updatedmarked@^0.4.0
Updatedplugin-error@^1.0.1