mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
12 lines
139 B
XML
12 lines
139 B
XML
// Test emphasis toggle.
|
|
|
|
---
|
|
// Basic.
|
|
_Emphasized!_
|
|
|
|
// Inside of words.
|
|
Partly em_phas_ized.
|
|
|
|
// Scoped to body.
|
|
#box[_Scoped] to body.
|