Methods
-
Configure(Markdown
Pipeline static Configures the pipeline using a string that defines the extensions to activate.Builder, String) -
Configure
New static Configures the string to be used for line-endings, when writing.Line(Markdown Pipeline Builder, String) -
Disable
Headings(Markdown static Disables parsing of ATX and Setex headingsPipeline Builder) -
Disable
Html(Markdown static This will disable the HTML support in the markdown processor (for constraint/safe parsing).Pipeline Builder) -
Use``1(Markdown
Pipeline static Adds the specified extension to the extensions collection.Builder) -
Use``1(Markdown
Pipeline static Adds the specified extension instance to the extensions collection.Builder, ``0) -
Use
Abbreviations(Markdown static Uses the custom abbreviation extension.Pipeline Builder) -
Use
Advanced static Uses all extensions except the BootStrap, Emoji, SmartyPants and soft line as hard line breaks extensions.Extensions(Markdown Pipeline Builder) -
Use
Auto static Uses the auto-identifier extension.Identifiers(Markdown Pipeline Builder, Auto Identifier Options) -
Use
Auto static Uses this extension to enable autolinks from text `http://`, `https://`, `ftp://`, `mailto:`, `www.xxx.yyy`Links(Markdown Pipeline Builder, Auto Link Options) -
Use
Auto Uses this extension to enable autolinks from text `http://`, `https://`, `ftp://`, `mailto:`, `www.xxx.yyy`Links(Markdown Pipeline Builder, String) -
Use
Bootstrap(Markdown static Uses the bootstrap extension.Pipeline Builder) -
Use
Citations(Markdown static Uses the cite extension.Pipeline Builder) -
Use
Custom static Uses the custom container extension.Containers(Markdown Pipeline Builder) -
Use
Definition static Uses the definition lists extension.Lists(Markdown Pipeline Builder) -
Use
Diagrams(Markdown static Uses the diagrams extensionPipeline Builder) -
Use
Emoji static Uses the emoji and smiley extension.And Smiley(Markdown Pipeline Builder, Boolean) -
Use
Emphasis static Uses the strikethrough superscript, subscript, inserted and marked text extensions.Extras(Markdown Pipeline Builder, Emphasis Extra Options) -
Use
Figures(Markdown static Uses the figure extension.Pipeline Builder) -
Use
Footers(Markdown static Uses the footer extension.Pipeline Builder) -
Use
Footnotes(Markdown static Uses the footnotes extension.Pipeline Builder) -
Use
Generic static Uses the generic attributes extension.Attributes(Markdown Pipeline Builder) -
Use
Globalization(Markdown static Adds support for right-to-left content by adding appropriate html attribtues.Pipeline Builder) -
Use
Grid static Uses the grid table extension.Tables(Markdown Pipeline Builder) -
Use
Jira static Automatically link references to JIRA issuesLinks(Markdown Pipeline Builder, Jira Link Options) -
Use
List static Uses the list extra extension to add support for `a.`, `A.`, `i.` and `I.` ordered list items.Extras(Markdown Pipeline Builder) -
Use
Mathematics(Markdown static Uses the math extension.Pipeline Builder) -
Use
Media static Uses the media extension.Links(Markdown Pipeline Builder, Media Options) -
Use
No static Add rel=nofollow to all links rendered to HTML.Follow Links(Markdown Pipeline Builder) -
Use
Non static Uses this extension to disable URI escape with % characters for non-US-ASCII characters in order to workaround a bug under IE/Edge with local file links containing non US-ASCII chars. DO NOT USE OTHERWISE.Ascii No Escape(Markdown Pipeline Builder) -
Use
Pipe static Uses the pipe table extension.Tables(Markdown Pipeline Builder, Pipe Table Options) -
Use
Pragma static Uses pragma lines to output span with an id containing the line number (pragma-line#line_number_zero_based`)Lines(Markdown Pipeline Builder) -
Use
Precise static Uses precise source code location (useful for syntax highlighting).Source Location(Markdown Pipeline Builder) -
Use
Self static Uses the self pipeline extension that will detect the pipeline to use from the markdown input that contains a special tag. See SelfPipelineExtensionPipeline(Markdown Pipeline Builder, String, String) -
Use
Smarty static Uses the SmartyPants extension.Pants(Markdown Pipeline Builder, Smarty Pant Options) -
Use
Softline static Uses the softline break as hardline break extensionBreak As Hardline Break(Markdown Pipeline Builder) -
Use
Task static Uses the task list extension.Lists(Markdown Pipeline Builder) -
Use
Yaml static Uses YAML frontmatter extension that will parse a YAML frontmatter into the MarkdownDocument. Note that they are not rendered by any default HTML renderer.Front Matter(Markdown Pipeline Builder)