diff options
Diffstat (limited to 'tests/typ/markup/strong.typ')
| -rw-r--r-- | tests/typ/markup/strong.typ | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/typ/markup/strong.typ b/tests/typ/markup/strong.typ new file mode 100644 index 00000000..b02a55a5 --- /dev/null +++ b/tests/typ/markup/strong.typ @@ -0,0 +1,14 @@ +// Test strong toggle. + +--- +// Basic. +*Strong!* + +// Inside of words. +Partly str*ength*ened. + +// Scoped to body. +#box[*Scoped] to body. + +// Unterminated is fine. +*The End |
