How do I support links with relative URLs?
-
Hi:
I use links with relative URLs in many of my readme files. Yet, they don’t seem to be respected by the plugin. For example, markdown like this:
* [Monitoring GPS behavior](#monitoring-gps-behavior)
Renders this link in my readme.md file when viewed in GitHub:
https://github.com/reselbob/simplegps/blob/main/README.md#monitoring-gps-behavior
This is good and correct. Yet, under my test WordPress site using the External Markdown plugin, the link renders like this:
https://192.168.86.35/index.php/2021/06/01/embedded-post/#monitoring-gps-behavior
When I fix the malformed link like so:
https://192.168.86.35/index.php/2021/06/01/embedded-post#monitoring-gps-behavior
And enter it into a browser, in the address bar the link reverts back to:
https://192.168.86.35/index.php/2021/06/01/embedded-post/#monitoring-gps-behavior
Also, the links with relative URLS to images are broken too. Is there any way I can have relative URls supported by the plugin?
Thanks in advance for any help you can provide.
- The topic ‘How do I support links with relative URLs?’ is closed to new replies.