diff options
| author | Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> | 2023-12-13 11:58:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 11:58:14 +0100 |
| commit | f17208a5a25f23d2ddadcb283c04be873c0f70d1 (patch) | |
| tree | 8c14b9d489779c1b893ae9ee090716fa17c780be /docs/tutorial/1-writing.md | |
| parent | 5eedff866765ac4dd4b6206cddf9852b751f4468 (diff) | |
Clarify code mode in "Writing in Typst" (#2928)
It is not optional to remove "#".
You have to remove it in order to compile the document.
Diffstat (limited to 'docs/tutorial/1-writing.md')
| -rw-r--r-- | docs/tutorial/1-writing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/1-writing.md b/docs/tutorial/1-writing.md index 7b42a0a4..de2af62f 100644 --- a/docs/tutorial/1-writing.md +++ b/docs/tutorial/1-writing.md @@ -121,7 +121,7 @@ default. It's also lacking a caption. Let's fix that by using the positional argument and an optional caption as a named argument. Within the argument list of the `figure` function, Typst is already in code -mode. This means, you can now remove the hash before the image function call. +mode. This means, you now have to remove the hash before the image function call. The hash is only needed directly in markup (to disambiguate text from function calls). |
