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
Sorry, but I think I was confused by all the different things I tried.
Actually there seems to be a bug when using includes in the julia engine executable code block.
test.qmd
---title: testengine: juliaformat:
gfm: default---````{julia}#| eval: false{{< include foo.jl >}}````
foo.jl
"""```python1 + 1```"""
output:
# test```julia"""```python1 + 1```““”\`\`\`
If it is not an executable code block, it works fine.
So I suppose this is a bug of QuartoNotebookRunner.jl?
(The fact that the number of backticks varies from engine to engine was quite an unexpected behavior for me, though.)