void markup_strip_img(char **str, char **urls)
Remove img-tags of a string.
void markup_strip_a(char **str, char **urls)
Remove HTML hyperlinks of a string.
char * markup_transform(char *str, enum markup_mode markup_mode)
Transform the string in accordance with markup_mode and settings.ignore_newline
char * markup_strip(char *str)
Strip any markup from text; turn it in to plain text.