-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
@@ -25,71 +25,71 @@
{
"column": 1,
"endColumn": 33,
"endLine": 17,
"line": 17,
- "message": "Cannot find file `../../getting-started/next`",
+ "message": "Cannot find file `..\..\getting-started\next`",
"nodeType": "Program",
"ruleId": "remark-validate-links:missing-file-missing-file",
"severity": 1,
},
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
JounQin commentedon Mar 24, 2025
I tried:
Well it works, with
<RELATIVE_GETTING_STARTED_NEXT>
, but actually I want../../getting-started/next
.SoonIter commentedon Apr 22, 2025
Hey, I add #13 for workaround to this feature
if you wanto serialize relative path by default in
path-serializer
pipeline, you can add test cases or pr to this repo, there may be some edge cases when using regular expressions for replacement.SoonIter commentedon Apr 22, 2025
you can review #15
What is the source of this regular
/(['"
])(..([\/]))+([\w-]+\3)+[^\\/]*\1/g` expression, is it sufficiently solid?