Skip to content

Commit 2450710

Browse files
committed
fix: disable fuzzy link recognition by default
this is a bit aggressive and can conflict with Vue template expressions
1 parent 80fb3b0 commit 2450710

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node/markdown/markdown.ts

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export const createMarkdownRenderer = async (
7474
...options
7575
}) as MarkdownRenderer
7676

77+
md.linkify.set({ fuzzyLink: false })
78+
7779
// custom plugins
7880
md.use(componentPlugin)
7981
.use(highlightLinePlugin)

0 commit comments

Comments
 (0)