diff options
Diffstat (limited to 'tests/typ/markup/emph.typ')
| -rw-r--r-- | tests/typ/markup/emph.typ | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/typ/markup/emph.typ b/tests/typ/markup/emph.typ new file mode 100644 index 00000000..772e15ab --- /dev/null +++ b/tests/typ/markup/emph.typ @@ -0,0 +1,14 @@ +// Test emphasis toggle. + +--- +// Basic. +_Emphasized!_ + +// Inside of words. +Partly em_phas_ized. + +// Scoped to body. +#box[_Scoped] to body. + +// Unterminated is fine. +_The End |
