docs: fix same page link not resolved correctly (#13481)
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export const MD_LINK_REGEX = /\[(.*?)\]\((?<link>(![a-z]+!|\.).*?)\)/gm
|
||||
export const MD_LINK_REGEX =
|
||||
/\[(.*?)\]\((?<link>(![a-z]+!|\.|page\.mdx).*?)\)/gm
|
||||
|
||||
Reference in New Issue
Block a user