diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-08 10:54:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-08 11:02:27 +0100 |
| commit | e5eab73374880077971f3f22acbdd3d302877128 (patch) | |
| tree | 07aa926b27032d6bcd82486d664dfd4161ccbd3e /docs/src/tutorial/4-template.md | |
| parent | 1b2b53ecb91a9bd7fb3493e471ae03cd142a7c03 (diff) | |
Streamline field names
Diffstat (limited to 'docs/src/tutorial/4-template.md')
| -rw-r--r-- | docs/src/tutorial/4-template.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md index c97ebbc9..47f9dfc6 100644 --- a/docs/src/tutorial/4-template.md +++ b/docs/src/tutorial/4-template.md @@ -107,7 +107,7 @@ previous chapter. >>> text( >>> 13pt, >>> weight: "regular", ->>> smallcaps(it.title), +>>> smallcaps(it.body), >>> ) >>> ), >>> ) @@ -118,7 +118,7 @@ previous chapter. >>> 11pt, >>> weight: "regular", >>> style: "italic", ->>> it.title + [.], +>>> it.body + [.], >>> ) >>> ) @@ -288,7 +288,7 @@ path of the file after the `{from}` keyword. >>> text( >>> 13pt, >>> weight: "regular", ->>> smallcaps(it.title), +>>> smallcaps(it.body), >>> ) >>> ), >>> ) @@ -299,7 +299,7 @@ path of the file after the `{from}` keyword. >>> 11pt, >>> weight: "regular", >>> style: "italic", ->>> it.title + [.], +>>> it.body + [.], >>> ) >>> ) >>> |
