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 has been archived by the owner on Nov 17, 2022. It is now read-only.
Does m2r support markdown links to other documents, when using sphinx? With recommonmark, if you link to an md doc, it'll parse that and make a link to the related html doc. It seems with m2r that it's just making relative html links, with the exact contents of the link. I'm trying to keep some compatibility between github docs and sphinx generated docs, so would like to be able to use relative links to the .md files, like in recommonmark.
Is this possible in m2r?
The text was updated successfully, but these errors were encountered:
Does m2r support markdown links to other documents, when using sphinx? With recommonmark, if you link to an md doc, it'll parse that and make a link to the related html doc. It seems with m2r that it's just making relative html links, with the exact contents of the link. I'm trying to keep some compatibility between github docs and sphinx generated docs, so would like to be able to use relative links to the .md files, like in recommonmark.
Is this possible in m2r?
The text was updated successfully, but these errors were encountered: