C# Class TeamMentor.Markdown.CreoleWiki_ExtensionMethods

Show file Open project: TeamMentor/Master

Public Properties

Property Type Description
MAX_RENDER_WAIT int

Public Methods

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

Method Details

wikiCreole_Fix_WikiText_Bullets() public static method

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
return string

wikiCreole_Replaced_Html_Code_Tag_with_Pre() public static method

public static wikiCreole_Replaced_Html_Code_Tag_with_Pre ( this htmlCode ) : string
htmlCode this
return string

wikiText_Transform() public static method

public static wikiText_Transform ( this wikiText ) : string
wikiText this
return string

Property Details

MAX_RENDER_WAIT public static property

public static int MAX_RENDER_WAIT
return int