Adds an HTML anchor tag to the summary buffer.
void addLink(String text, String href) { addRaw( _wrap(tag: 'a', content: text, attributes: {'href': href}), addEOL: true, ); }