pub fn prune_empty_para(document: &mut Document, node: &mut Node) -> Result<()>
In some cases we could have e.g. a \noindent followed by a {table}, in which case we end up with an empty ltx:para which we can prune.