Comparing version 1.1.12 to 1.1.13
@@ -155,2 +155,8 @@ var through = require('through3') | ||
function parse(markdown) { | ||
var commonmark = require('commonmark') | ||
, parser = new commonmark.Parser() | ||
return parser.parse(markdown); | ||
} | ||
module.exports = { | ||
@@ -160,4 +166,5 @@ serialize: serialize, | ||
parser: parser, | ||
parse: parse, | ||
Node: require('./lib/node'), | ||
Parser: require('commonmark').Parser | ||
} |
{ | ||
"name": "mkast", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Abstract syntax tree transformer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23499
601