I find this macro quite useful, but it has some quirks (I think). First, I love how it takes img tags and makes them <img /> rather than <img></img>. When I apply it on a li-tag, and then hit enter, I get a nicely formated line break with a tab indentation <li> | </li>
but when I do the same on a h1 tag, the result becomes <h1> |</h1>
How, why, fix, please et cetera.
Andreas