This class is the Markdown pipeline build from a MarkdownPipelineBuilder.
An instance of MarkdownPipeline is immutable, thread-safe, and should be reused when parsing multiple inputs.
public sealed class MarkdownPipeline
kind:method, kind:property, kind:ctor. Press Esc to clear.ExtensionsThe read-only list of extensions used to build this pipeline.MaximumNestingDepthGets the maximum nesting depth allowed for the Markdown syntax tree during parsing and rendering.TrackTriviaTrue to parse trivia such as whitespace, extra heading characters and unescaped string values.Setup(IMarkdownRenderer)Allows to setup a IMarkdownRenderer.