Add clarification comments

This commit is contained in:
Aiden Bai
2022-05-02 09:04:36 -07:00
parent bcb166c21c
commit 5c602ab16f
3 changed files with 7 additions and 3 deletions

View File

@ -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)}/`