C# Class MarkedNet.InlineLexer

Inline Lexer & Compiler
Exibir arquivo Open project: T-Alex/MarkedNet Class Usage Examples

Public Methods

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

Lexing/Compiling

Protected Methods

Method 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 method

public InlineLexer ( LinkObj>.IDictionary links, Options options ) : System
links LinkObj>.IDictionary
options Options
return System

Mangle() protected method

Mangle Links
protected Mangle ( string text ) : string
text string
return string

Output() public method

Lexing/Compiling
public Output ( string src ) : string
src string
return string

OutputLink() protected method

Compile Link
protected OutputLink ( IList cap, LinkObj link ) : string
cap IList
link LinkObj
return string

Smartypants() protected method

Smartypants Transformations
protected Smartypants ( string text ) : string
text string
return string