utils/test
saberzero1 6721918708
fix(path): detect folder paths after slugification in transformInternalLink
isFolderPath() was checked on the raw input before slugifyFilePath()
rewrote folder notes (e.g. "My Folder/My Folder" -> "my-folder/index").
Now checks isFolderPath on both the raw input and the slugified result,
so the trailing slash is correctly emitted for folder note links.
2026-04-22 18:13:15 +02:00
..
path.test.ts fix(path): detect folder paths after slugification in transformInternalLink 2026-04-22 18:13:15 +02:00