Replies: 3 comments 3 replies
-
We always need a full example to be able to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, here it is: |
Beta Was this translation helpful? Give feedback.
1 reply
-
The error happened with quarto 1.4.549 I downloaded the quarto @ main version 99.9.9 and this version does not yield any error. Should I close here? I am not sure if this has anything to do with #8536, though. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Description
I would like to heavily customize the article template used in the typst format. I have some experience creating typst and quarto projects, but this is first time using both together.
I started simply trying to embed a raw typst block with an import:
but got an error:
❯ quarto preview /Users/fredguth/Library/CloudStorage/OneDrive-Personal/Projects/sus/1_Projects/Produto-1/relatorio.qmd --no-browser --no-watch-inputs Executing 'relatorio.ipynb' Rendering qmd embeds [relatorio.qmd] FATAL (/Applications/quarto/share/filters/main.lua:2568) An error occurred: inlinesToString: expected Inlines, got Inline ...
I also tried importing in
_quarto.yml
usingSame error.
Beta Was this translation helpful? Give feedback.
All reactions