Version 1.2.2
- The parser's logic has been greatly simplified. This specifically fixes an issue with
<center>
tags causing an infinite loop, which would crash the parser. - Use
<td>s
instead of<th>
s in callouts. - When the
<center>
tag is used, the.center
class is now added to any existing classes on the child elements, instead of overwriting theclass
attribute entirely.