Print tag as is in tag handler
<img alt="sth" src="http://some_url" />
My handler searches for alt attribute and print it instead of <img/> tag, so text looks like this: sth
But what should I do when alt not found so I just want to print this tag as is? Maybe it worth to expose tag handlers of html2md?