This commit is contained in:
diquah 2025-05-02 16:58:49 -07:00
commit 0148a5913d

View File

@ -22,7 +22,8 @@ use crate::layout::{BlockElem, Size};
/// #let text = lorem(30) /// #let text = lorem(30)
/// #layout(size => [ /// #layout(size => [
/// #let (height,) = measure( /// #let (height,) = measure(
/// block(width: size.width, text), /// width: size.width,
/// text,
/// ) /// )
/// This text is #height high with /// This text is #height high with
/// the current page width: \ /// the current page width: \