MarkdownLinkExportMode enumeration

MarkdownLinkExportMode enumeration

Specifies how links are exported into Markdown.

Members

NameDescription
AutoAutomatically detect export mode for each link.
InlineExport all links as inline blocks.
ReferenceExport all links as reference blocks.

See Also