summaryrefslogtreecommitdiff
path: root/docs/src/reference/styling.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-08 10:54:04 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-08 11:02:27 +0100
commite5eab73374880077971f3f22acbdd3d302877128 (patch)
tree07aa926b27032d6bcd82486d664dfd4161ccbd3e /docs/src/reference/styling.md
parent1b2b53ecb91a9bd7fb3493e471ae03cd142a7c03 (diff)
Streamline field names
Diffstat (limited to 'docs/src/reference/styling.md')
-rw-r--r--docs/src/reference/styling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/styling.md b/docs/src/reference/styling.md
index cdc47f29..43585b13 100644
--- a/docs/src/reference/styling.md
+++ b/docs/src/reference/styling.md
@@ -85,8 +85,8 @@ fantasy encyclopedia.
#set heading(numbering: "(I)")
#show heading: it => block[
#set align(center)
- \~ _#it.title;_
#set text(font: "Inria Serif")
+ \~ _#it.body;_
#it.numbers \~
]