sphinx-mdinclude
sphinx-mdinclude copied to clipboard
Add support for internal links
Add support for internal links
At the moment, links to headings inside the file aren't working, see following example:
## Getting Started
Lorem Ipsum
## Development
For xyz see section [Getting Started](#getting-started)
I would expect sphinx-mdinclude to generate a working internal link to the heading Getting Started. Instead, just the plain text inside of the [] brackets is displayed in the Sphinx Docs.
I'm facing the same issue. GitHub readmes have internal references generated automatically, and my readme uses them.
Alternatively, if there would be a way to explicitly write down the references for sphinx-mdinclude (invisible to GitHub readers) that would work too.