C# Class Skimur.Markdown.MarkdownCompiler

Inheritance: IMarkdownCompiler
ファイルを表示 Open project: skimur/skimur

Public Methods

Method Description
Compile ( string markdown ) : string
Compile ( string markdown, List &mentions ) : string
Dispose ( ) : void
MarkdownCompiler ( IPathResolver pathResolver ) : System

Method Details

Compile() public method

public Compile ( string markdown ) : string
markdown string
return string

Compile() public method

public Compile ( string markdown, List &mentions ) : string
markdown string
mentions List
return string

Dispose() public method

public Dispose ( ) : void
return void

MarkdownCompiler() public method

public MarkdownCompiler ( IPathResolver pathResolver ) : System
pathResolver IPathResolver
return System