Skip to content

GenerateMarkdownLinkParams.isEmptyEmbedAliasAllowed?

GenerateMarkdownLinkParams › isEmptyEmbedAliasAllowed?

Type: boolean

Whether to allow an empty alias for embeds.

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

If true: ![](foo.png).

If false: ![foo](foo.png).