markup
to_kind
pub fn markup_convert( markup: &str, to_kind: MarkupKind, ) -> Result<GString, Error>
Converts XML description markup into other forms of text.
the XML markup to transform.
The markup style to convert into.
a newly allocated string, or None on error.
None