Skip to main content

find_top_level_math

Function find_top_level_math 

Source
pub fn find_top_level_math(doc: &PostDocument) -> Vec<Node>
Expand description

Find top-level Math nodes (not nested within other Math nodes).

Port of MathProcessor::toProcess.