Comparing version 3.0.12 to 3.0.13
@@ -40,3 +40,3 @@ 'use strict' | ||
if (typeof input !== 'string') return null | ||
return input.replace(/([\*|])/g, '\\$1') | ||
return input.replace(/([\*|_])/g, '\\$1') | ||
} | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "dmd", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"description": "dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
58473