Normalize(String, NormalizeOptions?, MarkdownPipeline?, MarkdownParserContext?) Method

Definition

Namespace Markdig
Assembly Markdig.dll

Normalizes the specified markdown to a normalized markdown text.

public static string Normalize(string markdown, NormalizeOptions? options = null, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)

Parameters

markdown
String

The markdown.

options
NormalizeOptions

The normalize options

pipeline
MarkdownPipeline

The pipeline.

context
MarkdownParserContext

A parser context used for the parsing.

Returns

String
A normalized markdown text.