typedoc-plugin-markdown
Advanced tools
Comparing version 2.0.10 to 2.0.11
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const plugin_1 = require("../../plugin"); | ||
const theme_docusaurus_1 = require("../theme.docusaurus"); | ||
const comment_1 = require("./comment"); | ||
@@ -23,3 +25,3 @@ const strip_line_breaks_1 = require("./strip-line-breaks"); | ||
`\`${parameter.flags.isRest ? '...' : ''}${parameter.name}${isOptional ? '?' : ''}\``, | ||
typeOut.toString().replace(/\|/g, '\\|'), | ||
typeOut.toString().replace(/\|/g, plugin_1.MarkdownPlugin.theme instanceof theme_docusaurus_1.DocusaurusTheme ? '|' : '\\|'), | ||
]; | ||
@@ -26,0 +28,0 @@ if (hasDefaultValues) { |
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
58702
1250