transformers
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -352,3 +352,5 @@ var dirname = require('path').dirname; | ||
sync: function (str, options) { | ||
return this.cache(options) || this.cache(options, this.engine.parse(str, options)); | ||
var arg = options; | ||
if (this.engineName === 'markdown') arg = options.dialect; //even if undefined | ||
return this.cache(options) || this.cache(options, this.engine.parse(str, arg)); | ||
} | ||
@@ -355,0 +357,0 @@ }); |
{ | ||
"name": "transformers", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "String/Data transformations for use in templating libraries, static site generators and web frameworks", | ||
@@ -5,0 +5,0 @@ "main": "lib/transformers.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
31970
591