1770fd4548
79244d1148
@ -514,6 +514,7 @@ MarkdownIt.prototype.use = function (plugin /*, params, ... */) {
* and then pass updated object to renderer.
**/
MarkdownIt.prototype.parse = function (src, env) {
env = (env) ? env : {}
var state = new this.core.State(src, this, env);
this.core.process(state);