typedoc-plugin-markdown
Advanced tools
Comparing version 1.1.23 to 1.1.24
@@ -8,4 +8,4 @@ "use strict"; | ||
function getMarkdownFromHtml(options) { | ||
return turndownService.turndown(options.fn(this)).replace(/\\`\\`\\`/g, '```'); | ||
return turndownService.turndown(options.fn(this)).replace(/\\`\\`\\`/g, '```').replace(/[|]/g, '\\|'); | ||
} | ||
exports.getMarkdownFromHtml = getMarkdownFromHtml; |
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"description": "A plugin for TypeDoc that exposes a theme and additional arguments for rendering markdown.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
36330