diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-26 15:47:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-26 15:47:37 +0200 |
| commit | d53c933e4d56e6c0484d81814779ddb1597ee032 (patch) | |
| tree | 493aa2f8397a26b11a1137d2882994686b5ac7de /tests/typ/markup | |
| parent | 784018124d13a4cfb050b8bf1fecd283cdc309db (diff) | |
Add box and block functions
Diffstat (limited to 'tests/typ/markup')
| -rw-r--r-- | tests/typ/markup/emph.typ | 2 | ||||
| -rw-r--r-- | tests/typ/markup/heading.typ | 2 | ||||
| -rw-r--r-- | tests/typ/markup/strong.typ | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/markup/emph.typ b/tests/typ/markup/emph.typ index 048097a1..77ac2c72 100644 --- a/tests/typ/markup/emph.typ +++ b/tests/typ/markup/emph.typ @@ -8,4 +8,4 @@ _Emphasized!_ Partly em_phas_ized. // Scoped to body. -#rect[_Scoped] to body. +#box[_Scoped] to body. diff --git a/tests/typ/markup/heading.typ b/tests/typ/markup/heading.typ index cffa6ed4..8787d959 100644 --- a/tests/typ/markup/heading.typ +++ b/tests/typ/markup/heading.typ @@ -18,7 +18,7 @@ // Parsed as headings if at start of the context. /**/ # Level 1 {[## Level 2]} -#rect[### Level 3] +#box[### Level 3] // Not at the start of the context. No # heading diff --git a/tests/typ/markup/strong.typ b/tests/typ/markup/strong.typ index 36695c48..d396cc2d 100644 --- a/tests/typ/markup/strong.typ +++ b/tests/typ/markup/strong.typ @@ -8,4 +8,4 @@ Partly str*ength*ened. // Scoped to body. -#rect[*Scoped] to body. +#box[*Scoped] to body. |
