diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-30 12:09:26 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-30 12:09:26 +0100 |
| commit | 89eb8bae49edb71d9a9279a2210bb1ccaf4dd707 (patch) | |
| tree | 160b1a2ff41b5bba8a58f882df9d10c9eb036cf2 /tests/lang/typ/values.typ | |
| parent | ac24075469f171fe83a976b9a97b9b1ea078a7e3 (diff) | |
New syntax 💎
- Everything everywhere!
- Blocks with curly braces: {}
- Templates with brackets: []
- Function templates with hashtag: `#[f]`
- Headings with equals sign: `= Introduction`
Diffstat (limited to 'tests/lang/typ/values.typ')
| -rw-r--r-- | tests/lang/typ/values.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/values.typ b/tests/lang/typ/values.typ index 55712c4d..53c2ea68 100644 --- a/tests/lang/typ/values.typ +++ b/tests/lang/typ/values.typ @@ -37,4 +37,4 @@ {"a\n[]\"\u{1F680}string"} \ // Templates. -{[*{"Hi"} [f 1]*]} +{[*{"Hi"} #[f 1]*]} |
