I have a project with a set of markdown pages that are interlinked with links such as
[Go to this page](subdir/MyOtherPage.md)
The pages al
Regular-old Markdown links are handled as of Doxygen 1.8.6, e.g. [link text](docs/page.md)
. This works a little wonky, though-- the URL must be relative from the Doxygen working directory (i.e. not the directory of the Doxyfile or the .md file, but the directory from which Doxygen is RUN). If you notice that clicking the link shows raw Markdown instead of rendered HTML, it means your URL is not relative from Doxygen's working directory.