C# Class Microsoft.DocAsCode.MarkdownLite.MarkdownEngineBuilder

Datei anzeigen Open project: dotnet/docfx

Public Methods

Method Description
CreateEngine ( object renderer ) : IMarkdownEngine

Create an instance of IMarkdownEngine

MarkdownEngineBuilder ( Options options ) : System.Collections.Immutable

Protected Methods

Method Description
CreateParseContext ( ) : IMarkdownContext

Create markdown paring context.

Method Details

CreateEngine() public method

Create an instance of IMarkdownEngine
public CreateEngine ( object renderer ) : IMarkdownEngine
renderer object the renderer.
return IMarkdownEngine

CreateParseContext() protected method

Create markdown paring context.
protected CreateParseContext ( ) : IMarkdownContext
return IMarkdownContext

MarkdownEngineBuilder() public method

public MarkdownEngineBuilder ( Options options ) : System.Collections.Immutable
options Options
return System.Collections.Immutable