Skip to content

ConvertLinkParams.shouldEscapeAlias?

ConvertLinkParams › shouldEscapeAlias?

Type: boolean

Whether to escape the alias.

Applicable only if the result link style is LinkStyle.Markdown.

If true: [\*\*alias\*\*](link.md).

If false: [**alias**](link.md).