-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quote
is not supported
#9413
Comments
Support was added in d57f3d5 |
I'm using pandoc version There is some #quote([test]) But the shorthanded version #quote[
This is not supported
] will fail with
|
OK, reopening. Note: these all work:
(though the last puts a space at the beginning of the quote, which is presumably not what typst does).
|
This also fails:
So does:
So this issue is about brace parsing, nothing specific to quotes. |
This is how typst-hs evaluates your original case:
So I guess the problem comes up in pandoc, which must interpret this. |
using
#quote
in a typst document is not supported, and fails withReproduction : https://github.com/Doublonmousse/pandoc-typst-reproducer/tree/main/quote
The text was updated successfully, but these errors were encountered: