Evaluation of inline expressions (order of execution) #2177
Unanswered
hebertodelrio
asked this question in
Q&A
Replies: 0 comments
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.
-
In my case in order to be able to do the trick to include inline expressions in a markdown cell (and be evaluated by the kernel), I was using the ipynb-filters option. Since the ipynb-filters option is now only processed if quarto is called on a ipynb file, I want to understand how is the order of execution, with a bit more detail than what is included in the documentation?:
How it Works
When you render a .qmd file with Quarto, the executable code blocks are processed by Jupyter, and the resulting combination of code, markdown, and output is converted to plain markdown. Then, this markdown is processed by Pandoc, which creates the finished format.
Beta Was this translation helpful? Give feedback.
All reactions