mirror of
https://github.com/typst/typst
synced 2025-05-19 03:25:27 +08:00
14 lines
334 B
XML
14 lines
334 B
XML
// Test the `paragraph` function.
|
|
|
|
---
|
|
// Test configuring paragraph properties.
|
|
|
|
#paragraph(spacing: 10pt, leading: 25%, word-spacing: 1pt)
|
|
|
|
But, soft! what light through yonder window breaks? It is the east, and Juliet
|
|
is the sun.
|
|
|
|
---
|
|
// Test that it finishes an existing paragraph.
|
|
Hello #paragraph(word-spacing: 0pt) t h e r e !
|