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
I'm using mdoc with paradox, which means that I set the paradox source to be from the mdoc output, specifically Compile / paradox / sourceDirectory := mdocOut.value.
Unfortunately, this means that I have dead-links on every page, because they link to the mdoc output directory instead of the proper source.
This is from the page footers with this content:
The source code for this page can be found here.
From my research, this gets rendered from the source_url variable, and I see no way to override this to the proper source, any hints appreciated.