We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fb3b0 commit 2450710Copy full SHA for 2450710
src/node/markdown/markdown.ts
@@ -74,6 +74,8 @@ export const createMarkdownRenderer = async (
74
...options
75
}) as MarkdownRenderer
76
77
+ md.linkify.set({ fuzzyLink: false })
78
+
79
// custom plugins
80
md.use(componentPlugin)
81
.use(highlightLinePlugin)
0 commit comments