C# Class MarkedNet.InlineLexer

Inline Lexer & Compiler
Afficher le fichier Open project: T-Alex/MarkedNet Class Usage Examples

Méthodes publiques

Méthode Description
InlineLexer ( LinkObj>.IDictionary links, Options options ) : System
Output ( string src ) : string

Lexing/Compiling

Méthodes protégées

Méthode Description
Mangle ( string text ) : string

Mangle Links

OutputLink ( IList cap, LinkObj link ) : string

Compile Link

Smartypants ( string text ) : string

Smartypants Transformations

Method Details

InlineLexer() public méthode

public InlineLexer ( LinkObj>.IDictionary links, Options options ) : System
links LinkObj>.IDictionary
options Options
Résultat System

Mangle() protected méthode

Mangle Links
protected Mangle ( string text ) : string
text string
Résultat string

Output() public méthode

Lexing/Compiling
public Output ( string src ) : string
src string
Résultat string

OutputLink() protected méthode

Compile Link
protected OutputLink ( IList cap, LinkObj link ) : string
cap IList
link LinkObj
Résultat string

Smartypants() protected méthode

Smartypants Transformations
protected Smartypants ( string text ) : string
text string
Résultat string