typedoc-plugin-markdown
typedoc-plugin-markdown copied to clipboard
Missing version number in index page
trafficstars
When using --includeVersion, the version number is missing from the index page but shown on all other pages.
I should mention this is an issue with the breadcrumbs:
In README.md:
package-name / [Exports](modules.md)
(Should be package-name - v1.0.0)
In modules.md
[package-name - v1.0.0](README.md) / Exports
In one of my class files:
[package-name - v1.0.0](../README.md) / [Exports](../modules.md) / [Geometry/Length](../modules/Geometry_Length.md) / Length
Fix in [email protected]