- htmlDoubleTag
string htmlDoubleTag(string tag, string[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
- htmlDoubleTag
string htmlDoubleTag(string tag, string[string] attributes, string[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
- htmlEndTag
string htmlEndTag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- htmlSingleTag
string htmlSingleTag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- htmlSingleTag
string htmlSingleTag(string tag, string[string] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- htmlStartTag
string htmlStartTag(string tag, bool close)
Undocumented in source. Be warned that the author may not have intended to support it.
- htmlStartTag
string htmlStartTag(string tag, string[string] attributes, bool close)
Undocumented in source. Be warned that the author may not have intended to support it.