Extension to enable SelfPipeline, to configure a Markdown parsing/convertion to HTML automatically from an embedded special tag in the input text
<!--markdig:extensions--> where extensions is a string
that specifies the extensions to use for the pipeline as exposed by Configure(MarkdownPipelineBuilder, String?) extension method
on the MarkdownPipelineBuilder. This extension will invalidate all other extensions and will override them.
public sealed class SelfPipelineExtension : IMarkdownExtension
kind:method, kind:property, kind:ctor. Press Esc to clear.SelfPipelineExtension(String?, String?)Initializes a new instance of the SelfPipelineExtension class.DefaultTagRepresents the default tag.DefaultExtensionsGets the default pipeline to configure if no tag was found in the input text. Default is null (core pipeline).SelfPipelineHintTagStartGets the self pipeline hint tag start that will be matched.CreatePipelineFromInput(String)Creates a pipeline automatically configured from an input markdown based on the presence of the configuration tag.Setup(MarkdownPipeline, IMarkdownRenderer)Configures this extension for the specified pipeline stage.Setup(MarkdownPipelineBuilder)Configures this extension for the specified pipeline stage.