This ensures that HTML such as this: <li>foo <li>bar is parsed as this: <li>foo</li> <li>bar</li> and not as this: <li> foo <li>bar</li> </li> Fixes #97