SetAttributes(IMarkdownObject, HtmlAttributes) Method

Definition

Assembly Markdig.dll

Sets HtmlAttributes to the MarkdownObject

public static void SetAttributes(this IMarkdownObject obj, HtmlAttributes attributes)

Parameters

obj
IMarkdownObject

The markdown object.

attributes
HtmlAttributes

The attributes to attach.