-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open relative links #397
Comments
OK, I triangulated the problem, but I am unable to solve it due to unfamiliarity with VSCode or TS:
|
OK, it doesn't make sense. The callback seems to be fine, but nothing in |
I found the issue: I checked the VSCode Markdown extension, and find that instead of processing inside the For reference: |
Fix preview opening relative link, closes #397
Description
In preview window, when I click on a link to relative file, it does not open (either InEditor or InPreview).
System Information
To Reproduce
A.adoc
andB.adoc
. Fill in random contents.A.adoc
, create a relative link by:link:B.adoc
, or<<B.adoc#>>
Any other combination of
outfilesuffix
orrelfilesuffix
result in the same behavior.The text was updated successfully, but these errors were encountered: