fn place_in(open: &mut [OpenContainer], top: &mut Vec<IrBlock>, block: IrBlock)Expand description
Push block onto the top-of-stack open container’s children, or
onto the document’s top-level blocks if no container is open.
fn place_in(open: &mut [OpenContainer], top: &mut Vec<IrBlock>, block: IrBlock)Push block onto the top-of-stack open container’s children, or
onto the document’s top-level blocks if no container is open.