Function
Purplemarkup_html_to_xhtml
Declaration [src]
void
purple_markup_html_to_xhtml (
const char* html,
char** dest_xhtml,
char** dest_plain
)
Parameters
html |
const char* |
The HTML markup. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
dest_xhtml |
char** |
The destination XHTML output. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
dest_plain |
char** |
The destination plain-text output. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |