mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
24 lines
210 B
XML
24 lines
210 B
XML
The keyword ``rust let``.
|
|
|
|
`#let x = 1`
|
|
`[f 1]`
|
|
|
|
---
|
|
[font 6pt]
|
|
|
|
``py
|
|
import this
|
|
|
|
def say_hi():
|
|
print("Hello World!")
|
|
``
|
|
|
|
---
|
|
````
|
|
```backticks```
|
|
````
|
|
|
|
---
|
|
// Error: 2:1-2:1 expected backtick(s)
|
|
`endless
|