Method | Description | |
---|---|---|
Bold ( this str ) : string | ||
InlineCode ( this str ) : string | ||
Italic ( this str ) : string | ||
MultiLineCode ( this str ) : string | ||
Url ( this str, string url ) : string |
Method | Description | |
---|---|---|
ReplaceHtmlEntities ( string str ) : string |
public static InlineCode ( this str ) : string | ||
str | this | |
return | string |
public static MultiLineCode ( this str ) : string | ||
str | this | |
return | string |
public static Url ( this str, string url ) : string | ||
str | this | |
url | string | |
return | string |