#TOML fields to Typst Content

2 messages · Page 1 of 1 (latest)

clever wren
#

Hello. I want to convert string content in toml file to typst content. Meaning if something like

Value: """ a b """ is present in the field then it gets rendered as a typst content.

How can I do it!?

dusk bear
#

eval("stuff", mode: "markup")