C# Class Skimur.Markdown.MarkdownCompiler

Inheritance: IMarkdownCompiler
Afficher le fichier Open project: skimur/skimur

Méthodes publiques

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

Method Details

Compile() public méthode

public Compile ( string markdown ) : string
markdown string
Résultat string

Compile() public méthode

public Compile ( string markdown, List &mentions ) : string
markdown string
mentions List
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MarkdownCompiler() public méthode

public MarkdownCompiler ( IPathResolver pathResolver ) : System
pathResolver IPathResolver
Résultat System