C# Class Microsoft.DocAsCode.Dfm.DfmEngine

Inheritance: Microsoft.DocAsCode.MarkdownLite.MarkdownEngine
Show file Open project: dotnet/docfx Class Usage Examples

Public Methods

Method Description
DfmEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options ) : System.Collections.Generic
Markup ( string src, string path ) : string
Markup ( string src, string path, HashSet dependency ) : string

Private Methods

Method Description
GetFileScope ( ImmutableStack parents ) : LoggerFileScope
InternalMarkup ( string src, IMarkdownContext context ) : string
InternalMarkup ( string src, ImmutableStack parents, HashSet dependency ) : string

Method Details

DfmEngine() public method

public DfmEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options ) : System.Collections.Generic
context IMarkdownContext
rewriter IMarkdownTokenRewriter
renderer object
options Microsoft.DocAsCode.MarkdownLite.Options
return System.Collections.Generic

Markup() public method

public Markup ( string src, string path ) : string
src string
path string
return string

Markup() public method

public Markup ( string src, string path, HashSet dependency ) : string
src string
path string
dependency HashSet
return string