mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
Add clarification comments
This commit is contained in:
@ -145,6 +145,7 @@ const removeMarkdown = (
|
||||
};
|
||||
|
||||
const redir = (id, term) => {
|
||||
// SPA navigation
|
||||
window.navigate(
|
||||
new URL(
|
||||
`${BASE_URL.slice(0, -1)}${id}#:~:text=${encodeURIComponent(term)}/`
|
||||
|
Reference in New Issue
Block a user