Function
Valentstring_to_markup
since: 1.0
Declaration [src]
char*
valent_string_to_markup (
const char* text
)
Description [src]
Add markup to text for recognized elements.
This function currently scans for URLs and e-mail addresses, then amends each
element with anchor tags (<a>
).
If text
is NULL
, this function will return NULL
.
Available since: 1.0