typst/tests/lang/typ/emph-strong.typ
Laurenz 89eb8bae49 New syntax 💎
- Everything everywhere!
  - Blocks with curly braces: {}
  - Templates with brackets: []
  - Function templates with hashtag: `#[f]`
- Headings with equals sign: `= Introduction`
2021-01-30 12:09:26 +01:00

12 lines
172 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