CreateLinkInline Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the create link inline callback for this instance.

public LinkReferenceDefinition.CreateLinkInlineDelegate? CreateLinkInline { get; set; }

Returns

Remarks

This callback is called when an inline link is matching this reference definition.