GenerateMarkdownLinkParams.shouldUseAngleBrackets?
GenerateMarkdownLinkParams › shouldUseAngleBrackets?
Type: boolean
Indicates if the link should use angle brackets.Applicable only if
linkStyle is LinkStyle.Markdown.If
true: [alias](<path with spaces.md>).If
false: [alias](path%20with%20spaces.md).