MarkdownLinkExportMode enumeration

MarkdownLinkExportMode enumeration

The mode of exporting links to a target document.

Members

NameDescription
AUTOA link is exported as a reference block if it has roundtrip information or is mentioned more than once in a document. In all other cases a link is exported as an inline block.
INLINELinks are exported as inline blocks.
REFERENCELinks are exported as reference blocks.

See Also