C# 클래스 Skimur.Markdown.MarkdownCompiler

상속: IMarkdownCompiler
파일 보기 프로젝트 열기: skimur/skimur

공개 메소드들

메소드 설명
Compile ( string markdown ) : string
Compile ( string markdown, List &mentions ) : string
Dispose ( ) : void
MarkdownCompiler ( IPathResolver pathResolver ) : System

메소드 상세

Compile() 공개 메소드

public Compile ( string markdown ) : string
markdown string
리턴 string

Compile() 공개 메소드

public Compile ( string markdown, List &mentions ) : string
markdown string
mentions List
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MarkdownCompiler() 공개 메소드

public MarkdownCompiler ( IPathResolver pathResolver ) : System
pathResolver IPathResolver
리턴 System