CrossNox / m2r2

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

Help on how to keep links when converted to rst #50

Closed sistia01 closed 2 years ago

sistia01 commented 2 years ago

Hello!

I was wondering if there is any way to keep links that were created in an md file to the rst file. In my example I have a "Details" section in which there are links to another source (image_flop) and when these files are converted from md --> rst files the weblink breaks and the output is this:

Screen Shot 2022-07-14 at 4 05 17 PM

I was wondering if there is any way to keep these links from breaking and "transfer" them as I convert my md files to rst files?

Desired outcome:

Screen Shot 2022-07-14 at 4 05 42 PM

Here is my repo: https://github.com/sistia01/Giotto/tree/suite/docs

Here is an example: https://github.com/sistia01/Giotto/blob/suite/docs/source/subsections/md_rst/createGiottoImage.rst

CrossNox commented 2 years ago

I think this issue is the same as https://github.com/CrossNox/m2r2/issues/37, right?