Parse string "`111222333`" then doc.to_string() will return wrong result "`111333222`"
Parse string "
<p>111<span>222</span>333</p>"then doc.to_string() will return wrong result "
<p>111333<span>222</span></p>"