summaryrefslogtreecommitdiff
path: root/tests/typ/basic-markup.typ
blob: b7630e7feaaa49caefeea35f5d618ee5255a9ae6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Test text, emph and strong.

Hello 🌏!

_Emph_ and *strong*!

---
// Test non-breaking space.

The non-breaking~space does not work.

---
// Test backslash.

// Directly after word.
Line\ Break

// Spaces around.
Line \ Break

// Directly before word does not work.
No \Break