You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into an issue with generating programmatic typst blocks, because they need their own code chunks so as to be evaluated properly. Ended up having to handroll a solution, so I think it makes sense that quartools supports this. Might have to examine quartools again because it's been a while since I've looked at the code :)
Ran into an issue with generating programmatic typst blocks, because they need their own code chunks so as to be evaluated properly. Ended up having to handroll a solution, so I think it makes sense that quartools supports this. Might have to examine quartools again because it's been a while since I've looked at the code :)
E.g.,
qto_codechunk
with the following interfaceSo
qto_codechunk("#colbreak()", lang = "=typst")
would generate:Perhaps has implications for creating plain fenced blocks too, but the interface might need some more thought
The text was updated successfully, but these errors were encountered: