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
In the file browser, for a link to work you must use [some page](some-page.md) ; however, this link will load up as raw text when clicked in the wiki.
In the wiki browser, for a link to work properly, you must use [some page](some-page) ; however, this link will 404 when clicked from the file browser's markdown preview.
This is a known issue, for now we'll have to pick one or the other (and we've went with wiki version). We'll keep this issue open for further investigation, if anyone is interested.
The text was updated successfully, but these errors were encountered:
Internal link behavior is odd:
In the file browser, for a link to work you must use
[some page](some-page.md)
; however, this link will load up as raw text when clicked in the wiki.In the wiki browser, for a link to work properly, you must use
[some page](some-page)
; however, this link will 404 when clicked from the file browser's markdown preview.This is a known issue, for now we'll have to pick one or the other (and we've went with wiki version). We'll keep this issue open for further investigation, if anyone is interested.
The text was updated successfully, but these errors were encountered: