CreatePipelineFromInput(String) Method

Definition

Assembly Markdig.dll

Creates a pipeline automatically configured from an input markdown based on the presence of the configuration tag.

public MarkdownPipeline CreatePipelineFromInput(string inputText)

Parameters

inputText
String

The input text.

Returns

MarkdownPipeline
The pipeline configured from the input