Replies: 1 comment 1 reply
-
I'm unclear about what you're doing, but if you're asking how to leave Typst function calls unescaped when converting from Markdown, the answer is to use the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Typst temnplate that is filled with data from a markdown document. Due to the nature of the setup, I have the need to call typst functions in certain places of the markdown document.
I have the issue that Typst function calls/variables accesses are escaped, due to being prefixed with a
#
. Currently, I am able to fix that with a small post-processing step but that is not a viable generic approach. Does anybody know of an extension of flag that would make it possible to prevent certain escapes?Beta Was this translation helpful? Give feedback.
All reactions