Skip to content

ConvertLinkParams.shouldUseLeadingDotForRelativePaths?

ConvertLinkParams › shouldUseLeadingDotForRelativePaths?

Type: boolean

Indicates if the link should use a leading dot.

Applicable only if linkPathStyle is LinkPathStyle.RelativePathToTheSource.

If true: [[./relative/path/to/target]]

If false: [[relative/path/to/target]]