markdown中嵌入typst文件

卓能文發表於2024-08-06

參見下面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

結果:
image

相關文章