typedoc-plugin-markdown
Advanced tools
@@ -11,3 +11,3 @@ "use strict"; | ||
const md = `--- | ||
id: '${getId(this)}' | ||
id: ${getId(this)} | ||
title: '${getTitle(this)}' | ||
@@ -24,3 +24,3 @@ sidebar_label: '${getLabel(this)}' | ||
const urlSplit = page.url.split('/'); | ||
return escapeYAMLString(urlSplit[urlSplit.length - 1].replace('.md', '')); | ||
return urlSplit[urlSplit.length - 1].replace('.md', ''); | ||
} | ||
@@ -27,0 +27,0 @@ function getLabel(page) { |
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
60709
-0.03%