typst/tests/typ/text/emphasis.typ
2023-05-24 16:58:51 +02:00

44 lines
711 B
Typst

// Test emph and strong.
---
// Basic.
_Emphasized and *strong* words!_
// Inside of a word it's a normal underscore or star.
hello_world Nutzer*innen
// Can contain paragraph in nested content block.
_Still #[
] emphasized._
---
// Inside of words can still use the functions.
P#strong[art]ly em#emph[phas]ized.
---
// Adjusting the delta that strong applies on the weight.
Normal
#set strong(delta: 300)
*Bold*
#set strong(delta: 150)
*Medium* and *#[*Bold*]*
---
// Error: 6-7 unclosed delimiter
#box[_Scoped] to body.
---
// Ends at paragraph break.
// Error: 1-2 unclosed delimiter
_Hello
World
---
// Error: 11-12 unclosed delimiter
// Error: 3-4 unclosed delimiter
#[_Cannot *be interleaved]