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
When we are converting our .md with a relative link like a relative link the markdown itself is fine. But it would help a lot when the conversion would also convert the link to a relative link.
Any best practice solution for that?
The text was updated successfully, but these errors were encountered:
I am just now facing the exact same problem. This means that we cannot distribute the generated html documents to others.
I am surprised to know that this problem has been left unattended for 4 years.
Sorry. I misunderstood this issue. The problem I had is #372.
Regarding this issue, if the purpose is to use the result converted to html, I think the only way is to write "other-file.html" as a reference in the markdown stage. It is impossible to test anchor links at the markdown stage, but testing can be done with the converted html, right?
When we are converting our .md with a relative link like
a relative link the markdown itself is fine. But it would help a lot when the conversion would also convert the link to a relative link.
Any best practice solution for that?
The text was updated successfully, but these errors were encountered: