#Quote block not working?

7 messages · Page 1 of 1 (latest)

cerulean olive
#

I am trying to use the default code block in Typst but I get the error in the screenshot:

unexpected argument: attributiontypst
gentle-clues.typ(298, 84): error occurred in this call of function `clue`
#quote(attribution: [from the Henry Cary literal translation of 1897])[
  ... I seem, then, in just this little thing to be wiser than this man at
  any rate, that what I do not know I do not think I know either.
]

I am using VSCode. How do I fix this? Is this a bug?

soft bear
#

Gentle clues overwrites the quote function

#

You probably have imported with *

cerulean olive
#

yea

#

i changed that

soft bear
cerulean olive
#

Thanks for the help, i removed the * and only imported what i want to use. I prefer the default quote style.