Hi Thomas, Commit ae805cfcace68d089135d20c6636f8cc74088930 is corrupting HTML. Given the following: <dl> <dt><a href="/">Foo</a></dt> </dl> kramdown corrupts it to: <dl> <dt><a href="/">Foo</dt> </dl> Notice that it dropped the </a>. -- ES