C# Class Microsoft.DocAsCode.MarkdownLite.MarkdownEngine

Inheritance: ICloneable
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

Méthode Description
Mark ( SourceInfo sourceInfo, IMarkdownContext context ) : StringBuffer
MarkdownEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options ) : System.Collections.Generic
MarkdownEngine ( IMarkdownContext context, object renderer, Options options ) : System.Collections.Generic
Markup ( string markdown, string file ) : string
Normalize ( string markdown ) : string

Méthodes protégées

Méthode Description
MarkdownEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options, LinkObj>.Dictionary links ) : System.Collections.Generic
Preprocess ( string src ) : string

Private Methods

Méthode Description
RewriteTokens ( ImmutableArray tokens, string file, IMarkdownRewriteEngine rewriteEngine ) : ImmutableArray

Method Details

Mark() public méthode

public Mark ( SourceInfo sourceInfo, IMarkdownContext context ) : StringBuffer
sourceInfo SourceInfo
context IMarkdownContext
Résultat StringBuffer

MarkdownEngine() public méthode

public MarkdownEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options ) : System.Collections.Generic
context IMarkdownContext
rewriter IMarkdownTokenRewriter
renderer object
options Options
Résultat System.Collections.Generic

MarkdownEngine() protected méthode

protected MarkdownEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options, LinkObj>.Dictionary links ) : System.Collections.Generic
context IMarkdownContext
rewriter IMarkdownTokenRewriter
renderer object
options Options
links LinkObj>.Dictionary
Résultat System.Collections.Generic

MarkdownEngine() public méthode

public MarkdownEngine ( IMarkdownContext context, object renderer, Options options ) : System.Collections.Generic
context IMarkdownContext
renderer object
options Options
Résultat System.Collections.Generic

Markup() public méthode

public Markup ( string markdown, string file ) : string
markdown string
file string
Résultat string

Normalize() public static méthode

public static Normalize ( string markdown ) : string
markdown string
Résultat string

Preprocess() protected méthode

protected Preprocess ( string src ) : string
src string
Résultat string