diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-12 12:57:40 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-12 12:57:40 +0100 |
| commit | 01a62a690b0f46b13a3190d8e1a20c00fb8b14fd (patch) | |
| tree | 38ed17261ffba36e03c82cb0585b422bfe1a867f /tests/typ/layout | |
| parent | 8951b1923a581f7454ddf4dbe3e55f69ce5799f9 (diff) | |
Make grid RTL aware
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/grid-rtl.typ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/layout/grid-rtl.typ b/tests/typ/layout/grid-rtl.typ new file mode 100644 index 00000000..31015097 --- /dev/null +++ b/tests/typ/layout/grid-rtl.typ @@ -0,0 +1,9 @@ +// Test RTL grid. + +--- +#set text(dir: rtl) +- מימין לשמאל + +--- +#set text(dir: rtl) +#table(columns: 2, gutter: 5pt)[A][B][C][D] |
