參見下面test.md
示例:
# My markdown document
```{=typst}
#let foob(x) = { x + x }
#foob(2)
```
this is `raw #(2 + 3) typst`{=typst}
轉換並編譯:
pandoc test.md -o test.typ
typst compile test.typ
結果:
參見下面test.md
示例:
# My markdown document
```{=typst}
#let foob(x) = { x + x }
#foob(2)
```
this is `raw #(2 + 3) typst`{=typst}
轉換並編譯:
pandoc test.md -o test.typ
typst compile test.typ
結果: