typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
714 stars 176 forks source link

[next] Fix link for member references #347

Closed lorenzolewis closed 2 years ago

lorenzolewis commented 2 years ago

Changes link from an HTML link to a markdown-style link (as context.urlTo keeps the .md extension in the returned value, it's needed otherwise it results in broken links).