We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de446b8 commit d382136Copy full SHA for d382136
quartz/components/MarkmapViewer.tsx
@@ -35,7 +35,7 @@ function replacement(match) {
35
const { link, displayText } = match.groups!
36
const safeLink = link.trim().replace(/\s+/g, "-")
37
// return `<a href=\"/${safeLink}\">${displayText || link}</a>`
38
- return `"${displayText || link}"`
+ return `${displayText || link}`
39
}
40
41
export const parseInternalLinks = recurseChildren(node => {
0 commit comments