diff options
Diffstat (limited to 'tests/typ/layout/terms.typ')
| -rw-r--r-- | tests/typ/layout/terms.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/layout/terms.typ b/tests/typ/layout/terms.typ index fa94ae12..178aa98b 100644 --- a/tests/typ/layout/terms.typ +++ b/tests/typ/layout/terms.typ @@ -22,6 +22,8 @@ An important energy source for vegetarians. + And healthy! + --- // Test style change. #set text(8pt) @@ -31,6 +33,12 @@ / Second list: #lorem(5) --- +// Test RTL. +#set text(8pt, dir: rtl) + +/ פרי: דבר טעים, אכיל. ומקור אנרגיה חשוב לצמחונים. + +--- // Test grid like show rule. #show terms: it => table( columns: 2, |
