C# 클래스 MarkedNet.InlineLexer

Inline Lexer & Compiler
파일 보기 프로젝트 열기: T-Alex/MarkedNet 1 사용 예제들

공개 메소드들

메소드 설명
InlineLexer ( LinkObj>.IDictionary links, Options options ) : System
Output ( string src ) : string

Lexing/Compiling

보호된 메소드들

메소드 설명
Mangle ( string text ) : string

Mangle Links

OutputLink ( IList cap, LinkObj link ) : string

Compile Link

Smartypants ( string text ) : string

Smartypants Transformations

메소드 상세

InlineLexer() 공개 메소드

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

Mangle() 보호된 메소드

Mangle Links
protected Mangle ( string text ) : string
text string
리턴 string

Output() 공개 메소드

Lexing/Compiling
public Output ( string src ) : string
src string
리턴 string

OutputLink() 보호된 메소드

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

Smartypants() 보호된 메소드

Smartypants Transformations
protected Smartypants ( string text ) : string
text string
리턴 string