You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
When I run m2r directly on this markdown file I get the rst output as expected. However when using m2r via sphinx extension the generated HTML document doesn't have the link generated correctly. My Sphinx conf.py file has m2r_parse_relative_links = True set to true to follow relative links.
I have a simple markdown such as
When I run
m2rdirectly on this markdown file I get the rst output as expected. However when usingm2rvia sphinx extension the generated HTML document doesn't have the link generated correctly. My Sphinxconf.pyfile hasm2r_parse_relative_links = Trueset to true to follow relative links.