Extensions Property

Definition

Namespace Markdig
Assembly Markdig.dll

The read-only list of extensions used to build this pipeline.

public OrderedList<IMarkdownExtension> Extensions { get; }

Returns