Normalizes the specified markdown to a normalized markdown text.
public static string Normalize(string markdown, NormalizeOptions? options = null, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)
The markdown.
The normalize options
The pipeline.
A parser context used for the parsing.