C# Class TeamMentor.Markdown.CreoleWiki_ExtensionMethods

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Свойство Type Description
MAX_RENDER_WAIT int

Méthodes publiques

Méthode 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 méthode

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
Résultat string

wikiCreole_Replaced_Html_Code_Tag_with_Pre() public static méthode

public static wikiCreole_Replaced_Html_Code_Tag_with_Pre ( this htmlCode ) : string
htmlCode this
Résultat string

wikiText_Transform() public static méthode

public static wikiText_Transform ( this wikiText ) : string
wikiText this
Résultat string

Property Details

MAX_RENDER_WAIT public_oe static_oe property

public static int MAX_RENDER_WAIT
Résultat int