Skip to main content

prune_empty_para

Function prune_empty_para 

Source
pub fn prune_empty_para(document: &mut Document, node: &mut Node) -> Result<()>
Expand description

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.