mirror of
https://github.com/typst/typst
synced 2025-05-21 04:25:28 +08:00
12 lines
171 B
XML
12 lines
171 B
XML
// Basic.
|
|
_Emph_ and *strong*!
|
|
|
|
// Inside of words.
|
|
Pa_rtl_y emphasized or str*ength*ened.
|
|
|
|
// Scoped to body.
|
|
[box][*Sco_ped] to body.
|
|
|
|
// Unterminated is fine.
|
|
_The End
|