-
-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
Overview of the feature
We use markdown files to document much of our code and use relative links to link between the markdown files. These relative links work great in bitbucket or github, but after documentation generation the links are broken due to .md files now being .html files. It would be great to change these relative links during generation.
Motivation for or Use Case
Without this, we have to decide if we want links to work in the documentation generation or when viewing from the repository, but we can't get both without an additional processing step outside of compodoc.
Related issues
This is a reopening of #149