Using Doxygen 1.8.6, my mainpage is a Markdown README.md. I'd like to be able to link to anchors within the Markdown file, so I did this:
# My Header <a name="my-header"></a>
Check out [my header](#my-header)!
This works fine on the HTML documentation, but it does not work in the generated PDF. Is there a way to make it work in both places?