Open
Description
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 to
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.