diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-03-11 12:59:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-03-11 23:36:06 +0100 |
| commit | 5ac7eb3860ebd3247f6486c227e816894cb8fd91 (patch) | |
| tree | a29a868c681c7de39f15f2d9d3f031db1861b90a /tests/typ/text | |
| parent | 5ce2a006b6d45d29be15e4562ae3ab4fc1b8e97c (diff) | |
Rename template to content
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/emph-strong.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/emph-strong.typ b/tests/typ/text/emph-strong.typ index 9bdb5059..cd2191cc 100644 --- a/tests/typ/text/emph-strong.typ +++ b/tests/typ/text/emph-strong.typ @@ -7,7 +7,7 @@ _Emphasized and *strong* words!_ // Inside of a word it's a normal underscore or star. hello_world Nutzer*innen -// Can contain paragraph in child template. +// Can contain paragraph in nested content block. _Still [ ] emphasized._ |
