From 7c683db3673187260ef2fa84d779ff81cb05aba8 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 31 Dec 2022 09:37:55 +0100 Subject: Merge `MarkupNode` and `MathNode` into `Expr` --- src/model/library.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/library.rs') diff --git a/src/model/library.rs b/src/model/library.rs index c6449e27..5360b00a 100644 --- a/src/model/library.rs +++ b/src/model/library.rs @@ -34,7 +34,7 @@ pub struct LangItems { /// Whitespace. pub space: fn() -> Content, /// A forced line break: `\`. - pub linebreak: fn(justify: bool) -> Content, + pub linebreak: fn() -> Content, /// Plain text without markup. pub text: fn(text: EcoString) -> Content, /// The id of the text node. -- cgit v1.2.3