MD_LINK_ATTR

** Recognizing Links ***

nothrow @nogc
struct MD_LINK_ATTR {
OFF dest_beg;
OFF dest_end;
const(CHAR)* title;
SZ title_size;
bool title_needs_free;
}
Suggestion Box / Bug Report