From ecd2bca606c0533ec6426b03fc216df256d43c3f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 24 Feb 2022 19:15:49 +0100 Subject: [PATCH] List above & below --- src/eval/show.rs | 5 +- src/library/list.rs | 91 +++++++++++++++++++++-------------- tests/typ/style/construct.typ | 2 +- tests/typ/style/set-site.typ | 2 +- 4 files changed, 58 insertions(+), 42 deletions(-) diff --git a/src/eval/show.rs b/src/eval/show.rs index a85c70e27..b0fb8172e 100644 --- a/src/eval/show.rs +++ b/src/eval/show.rs @@ -43,10 +43,7 @@ impl ShowNode { impl Show for ShowNode { fn show(&self, ctx: &mut Context, styles: StyleChain) -> TypResult