typedoc-plugin-markdown
Advanced tools
Comparing version 4.0.0-next.26 to 4.0.0-next.27
@@ -123,3 +123,3 @@ "use strict"; | ||
getUrl(reflection, options) { | ||
const alias = reflection.name.replace(/^_+/, '').replace(/\//, '_'); | ||
const alias = reflection.name.replace(/^_+/, ''); | ||
const parentDir = options.parentUrl | ||
@@ -126,0 +126,0 @@ ? path.dirname(options.parentUrl) |
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "4.0.0-next.26", | ||
"version": "4.0.0-next.27", | ||
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
202923