We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18e736 commit 3f9159cCopy full SHA for 3f9159c
packages/markdown/src/plugins/linksPlugin/resolvePaths.ts
@@ -12,7 +12,7 @@ export const resolvePaths = (
12
absolutePath: string | null
13
relativePath: string
14
} => {
15
- let absolutePath: string
+ let absolutePath: string | null
16
let relativePath: string
17
18
// if raw path is absolute
0 commit comments