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/heading.typ | |
| parent | 784018124d13a4cfb050b8bf1fecd283cdc309db (diff) | |
Add box and block functions
Diffstat (limited to 'tests/typ/markup/heading.typ')
| -rw-r--r-- | tests/typ/markup/heading.typ | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
