mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
17 lines
177 B
XML
17 lines
177 B
XML
// Test the `lang` function.
|
|
|
|
---
|
|
Left to right.
|
|
|
|
#lang("ar")
|
|
Right to left.
|
|
|
|
#lang(dir: ltr)
|
|
Back again.
|
|
|
|
---
|
|
// Ref: false
|
|
|
|
// Error: 12-15 must be horizontal
|
|
#lang(dir: ttb)
|