(root: string, absPath: string)
| 1445 | } |
| 1446 | |
| 1447 | function folderOf(root: string, absPath: string): NoteFolder | null { |
| 1448 | return folderForRelativePath(path.relative(root, absPath)) |
| 1449 | } |
| 1450 | |
| 1451 | /** |
| 1452 | * Blank out fenced and inline code spans so the #tag / [[link]] / asset |
no test coverage detected