CrossNox / m2r2

Markdown to reStructuredText converter
https://crossnox.github.io/m2r2
MIT License
108 stars 27 forks source link

Option to convert .md to .html suffixes in relative links #11

Open johannes-mueller opened 4 years ago

johannes-mueller commented 4 years ago

I have a README.md some others (CONTRIBUTING.md INSTALL.md) in the root of my project. They link to each other. In the sphinx built documentation these relative links don't work because it links to href="INSTALL.md" instead of href="INSTALL.html"

Any way to fix this?

omri374 commented 3 years ago

Hey, thanks for the great package. I'm experiencing the same issue. Relative links are broken. I'd be happy to submit a PR if you could guide me a little bit.

mouday commented 1 year ago

me too