Normalizes the specified markdown to a normalized markdown text.
public static MarkdownDocument Normalize(string markdown, TextWriter writer, NormalizeOptions? options = null, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)
The markdown.
The destination TextWriter that will receive the result of the conversion.
The normalize options
The pipeline.
A parser context used for the parsing.