summaryrefslogtreecommitdiff
path: root/tests/typ/basic-markup.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/basic-markup.typ')
-rw-r--r--tests/typ/basic-markup.typ22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/typ/basic-markup.typ b/tests/typ/basic-markup.typ
new file mode 100644
index 00000000..b7630e7f
--- /dev/null
+++ b/tests/typ/basic-markup.typ
@@ -0,0 +1,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