GenerateMarkdownLinkParams.shouldUseLeadingDotForRelativePaths?
GenerateMarkdownLinkParams › shouldUseLeadingDotForRelativePaths?
Type: boolean
Indicates if the link should use a leading dot.Applicable only if
linkPathStyle is LinkPathStyle.RelativePathToSource.If
true: [[./relative/path/to/target]]If
false: [[relative/path/to/target]]