mirror of
https://github.com/typst/typst
synced 2025-05-24 14:05:27 +08:00
Fix example in table.rs (#5035)
This commit is contained in:
parent
85b45435e0
commit
57895ad725
@ -62,7 +62,7 @@ use crate::visualize::{Paint, Stroke};
|
|||||||
/// inset: 10pt,
|
/// inset: 10pt,
|
||||||
/// align: horizon,
|
/// align: horizon,
|
||||||
/// table.header(
|
/// table.header(
|
||||||
/// [], [*Area*], [*Parameters*],
|
/// [], [*Volume*], [*Parameters*],
|
||||||
/// ),
|
/// ),
|
||||||
/// image("cylinder.svg"),
|
/// image("cylinder.svg"),
|
||||||
/// $ pi h (D^2 - d^2) / 4 $,
|
/// $ pi h (D^2 - d^2) / 4 $,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user