diff options
| author | Alex Sayers <alex@asayers.com> | 2023-04-03 22:56:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 15:56:23 +0200 |
| commit | 2c735294cd5e47f1f1eb6402a3b8c500dccd047b (patch) | |
| tree | 285aeb52c530fcee7361384128905791bf51fe2e /library/src/layout | |
| parent | 0b4dc6758ec165be9ac78893c2cca03089255a3b (diff) | |
Improve justification of Chinese/Japanese text (#542)
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/container.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/layout/container.rs b/library/src/layout/container.rs index 0f81a1df..166d6c09 100644 --- a/library/src/layout/container.rs +++ b/library/src/layout/container.rs @@ -84,6 +84,7 @@ pub struct BoxElem { /// outset: (y: 3pt), /// radius: 2pt, /// )[rectangle]. + /// ``` #[resolve] #[fold] pub outset: Sides<Option<Rel<Length>>>, |
