This commit is contained in:
2026-01-30 09:58:55 -10:00
parent 97747c6b5c
commit 064481283e
3 changed files with 512 additions and 21 deletions
+3 -13
View File
@@ -50,7 +50,7 @@ Both systems coexist. Use whichever fits the moment.
"]
```
## Escape Syntax Options
## Escape Syntax
```clojure
;; Short string
@@ -62,18 +62,8 @@ Multiple lines
of typst content
"
;; Triple-quote for content with quotes
#t"""
He said "hello" and *left*.
"""
;; With explicit delimiters (if we need)
#typst{
Content here with {braces} works fine
}
;; Tagged for syntax highlighting in editors?
#typst/content "..."
;; Content with quotes (must escape)
#t"He said \"hello\" and *left*."
```
## Interpolation Inside Raw