Constructors
-
Markdown
Pipeline Initializes a new instance of the MarkdownPipeline class.Builder()
Methods
- Build() Builds a pipeline from this instance. Once the pipeline is build, it cannot be modified.
Properties
-
Block
Parsers Gets the block parsers. -
Debug
Log Gets or sets the debug log. - Extensions Gets the register extensions.
-
Get
Document Processed -
Inline
Parsers Gets the inline parsers. -
Precise
Source Gets or sets a value indicating whether to enable precise source location (slower parsing but accurate position for block and inline elements)Location -
String
Builder Gets or sets the string builder cache used by the parsers.Cache
Events
-
Document
Processed Occurs when a document has been processed after the Parse(System.String, Markdig.MarkdownPipeline, Markdig.MarkdownParserContext) method.