diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-31 09:37:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-31 09:52:14 +0100 |
| commit | 7c683db3673187260ef2fa84d779ff81cb05aba8 (patch) | |
| tree | 5ecfe3845b528a7d5ec67dfc1c93eb0dee3fa951 /src/model/library.rs | |
| parent | a6d90c1bf1e9fefa0af04206909a40e112d6bb14 (diff) | |
Merge `MarkupNode` and `MathNode` into `Expr`
Diffstat (limited to 'src/model/library.rs')
| -rw-r--r-- | src/model/library.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
