pub fn figures_html_into(figures: &[Figure<'_>], opts: &Emit, out: &mut String)Expand description
Several figures as one strip, written into a buffer the caller already has.
figures_html’s streaming form, byte-identical to it. A strip is where the
per-figure String used to be paid for once per tile.