fix: disable fuzzy link recognition by default

this is a bit aggressive and can conflict with Vue template expressions
pull/2005/head
Evan You 2 years ago
parent 80fb3b0e98
commit 24507105b1

@ -74,6 +74,8 @@ export const createMarkdownRenderer = async (
...options
}) as MarkdownRenderer
md.linkify.set({ fuzzyLink: false })
// custom plugins
md.use(componentPlugin)
.use(highlightLinePlugin)

Loading…
Cancel
Save