| > I wanna make a callback that forbid <a href> link to be
> followed.
No yet possible - I will add in the next pre-release the
following callback, identical to "link-detected" ("link-
detected2") that passes a pointer to the original tagname:
typedef int (* t_hts_htmlcheck_linkdetected2)(char* link,
char* tag_start);
| |