C# 클래스 TeamMentor.Markdown.CreoleWiki_ExtensionMethods

파일 보기 프로젝트 열기: TeamMentor/Master

공개 프로퍼티들

프로퍼티 타입 설명
MAX_RENDER_WAIT int

공개 메소드들

메소드 설명
wikiCreole_Fix_WikiText_Bullets ( this wikiText ) : string

This is a hack to handle five scenarious that WikiCreole works differently from jsCreole: The fix is done using simple String replaces, since there are enough RegEx issues with WikiCreole already

wikiCreole_Replaced_Html_Code_Tag_with_Pre ( this htmlCode ) : string
wikiText_Transform ( this wikiText ) : string

메소드 상세

wikiCreole_Fix_WikiText_Bullets() 공개 정적인 메소드

This is a hack to handle five scenarious that WikiCreole works differently from jsCreole: The fix is done using simple String replaces, since there are enough RegEx issues with WikiCreole already
public static wikiCreole_Fix_WikiText_Bullets ( this wikiText ) : string
wikiText this
리턴 string

wikiCreole_Replaced_Html_Code_Tag_with_Pre() 공개 정적인 메소드

public static wikiCreole_Replaced_Html_Code_Tag_with_Pre ( this htmlCode ) : string
htmlCode this
리턴 string

wikiText_Transform() 공개 정적인 메소드

public static wikiText_Transform ( this wikiText ) : string
wikiText this
리턴 string

프로퍼티 상세

MAX_RENDER_WAIT 공개적으로 정적으로 프로퍼티

public static int MAX_RENDER_WAIT
리턴 int