We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assume we're showing a notebook at URL path /notebooks/my-ns and this has a link to /notebooks/my-ns/sub. Following the link redirects to the index.
/notebooks/my-ns
/notebooks/my-ns/sub
This is because we intercept the anchor click and navigate to /sub which doesn't exist. This is due to
/sub
clerk/src/nextjournal/clerk/render.cljs
Lines 704 to 709 in 90ec95d
I can't see why we need to produce relative paths in the click handler.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assume we're showing a notebook at URL path
/notebooks/my-ns
and this has a link to/notebooks/my-ns/sub
. Following the link redirects to the index.This is because we intercept the anchor click and navigate to
/sub
which doesn't exist. This is due toclerk/src/nextjournal/clerk/render.cljs
Lines 704 to 709 in 90ec95d
I can't see why we need to produce relative paths in the click handler.
The text was updated successfully, but these errors were encountered: