ideate
This commit is contained in:
+3
-13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user