You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jxom Do you have any idea where I should look in the code to fix this?
I use typedoc with markdown plugin for api doc, and generated links have file extension, so I need to fix this issue. Currently I run an extra command to find and remove .md in generated files, but it is not a very neat solution.
If a link is like
page.md#section-2
, then in the generated site it is converted topage
instead ofpage#section-2
.This is very important issue if pages are generated by another tool and can not be manually updated.
The text was updated successfully, but these errors were encountered: