diff options
| author | Max <me@mkor.je> | 2025-03-31 09:38:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 09:38:04 +0000 |
| commit | 012e14d40cb44997630cf6469a446f217f2e9057 (patch) | |
| tree | 71f60052b2e8eae87c0c9ac2c20faebc293a1f39 /tests/suite/math/vec.typ | |
| parent | 4f0fbfb7e003f6ae88c1b210fdb7b38f795fc9e4 (diff) | |
Unify layout of `vec` and `cases` with `mat` (#5934)
Diffstat (limited to 'tests/suite/math/vec.typ')
| -rw-r--r-- | tests/suite/math/vec.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/math/vec.typ b/tests/suite/math/vec.typ index 5de7eca9..e5ee409e 100644 --- a/tests/suite/math/vec.typ +++ b/tests/suite/math/vec.typ @@ -51,6 +51,6 @@ $ vec(1, 2) $ #set math.vec(delim: (none, "%")) --- math-vec-linebreaks --- -// Currently linebreaks are equivalent to commas, though this behaviour may -// change in the future. +// Warning: 20-29 linebreaks are ignored in elements +// Hint: 20-29 use commas instead to separate each line $ vec(a, b, c) vec(a \ b \ c) $ |
