Skip to content

Version 1.2.2

Compare
Choose a tag to compare
@gakimball gakimball released this 07 Mar 21:59
· 163 commits to master since this release
  • 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 the class attribute entirely.