fix(metadata): strip directory prefix when converting nested .md link to .html#768
fix(metadata): strip directory prefix when converting nested .md link to .html#768TusharThakur04 wants to merge 1 commit intonodejs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Adds unit tests covering nested Reviewed by Cursor Bugbot for commit d2522a7. Bugbot is set up for automated code reviews on this repo. Configure here. |
avivkeller
left a comment
There was a problem hiding this comment.
Can you elaborate on this?
|
earlier a markdown link such as this pr strips the directory prefix |
Description
This PR reinforce the link conversion logic for nested .md files by stripping the directory prefix.
Validation
before :
Screencast.from.2026-04-14.05-00-18.webm
after :
Screencast.from.2026-04-14.04-36-15.webm
Related Issues
n/a
Check List
node --run testand all tests passed.node --run format&node --run lint.