C# Class Microsoft.DocAsCode.Build.Engine.DfmJsonTokenTreeServiceProvider.DfmJsonTokenTreeService

Inheritance: IMarkdownService
Datei anzeigen Open project: dotnet/docfx

Public Methods

Method Description
DfmJsonTokenTreeService ( string baseDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator ) : System.Collections.Generic
Markup ( string src, string path ) : MarkupResult

Method Details

DfmJsonTokenTreeService() public method

public DfmJsonTokenTreeService ( string baseDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator ) : System.Collections.Generic
baseDir string
tokens string>.ImmutableDictionary
tokenTreeValidator IMarkdownTokenTreeValidator
return System.Collections.Generic

Markup() public method

public Markup ( string src, string path ) : MarkupResult
src string
path string
return Microsoft.DocAsCode.Plugins.MarkupResult