EmphasisInlineRenderer.GetTagDelegate Delegate

Definition

Assembly Markdig.dll

Delegates to get the tag associated to an EmphasisInline object.

public delegate string? GetTagDelegate(EmphasisInline obj);

Parameters

obj
EmphasisInline

The object.

Returns

String
The HTML tag associated to this EmphasisInline object