LinkReferenceDefinition.CreateLinkInlineDelegate Delegate

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Creates an inline link for the specified LinkReferenceDefinition.

public delegate Inline CreateLinkInlineDelegate(InlineProcessor inlineState, LinkReferenceDefinition linkRef, Inline? child = null);

Parameters

inlineState
InlineProcessor

State of the inline.

linkRef
LinkReferenceDefinition

The link reference.

child
Inline

The child.

Returns

Inline
An inline link or null to use the default implementation