Skip to content

Commit d382136

Browse files
committed
Quartz sync: May 21, 2025, 10:34 PM
1 parent de446b8 commit d382136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/components/MarkmapViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function replacement(match) {
3535
const { link, displayText } = match.groups!
3636
const safeLink = link.trim().replace(/\s+/g, "-")
3737
// return `<a href=\"/${safeLink}\">${displayText || link}</a>`
38-
return `"${displayText || link}"`
38+
return `${displayText || link}`
3939
}
4040

4141
export const parseInternalLinks = recurseChildren(node => {

0 commit comments

Comments
 (0)