mobile fixes, fix bug when linking to anchor on home, docs

This commit is contained in:
Jacky Zhao 2023-08-06 17:09:29 -07:00
parent db6054a8c1
commit 028bcec62c
14 changed files with 134 additions and 24 deletions
quartz/plugins/transformers

View file

@ -225,7 +225,6 @@ export const ObsidianFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options>
}
// internal link
// const url = transformInternalLink(fp + anchor)
const url = fp + anchor
return {
type: "link",