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
When using engine: julia, nested code blocks are not parsed correctly.
Steps to reproduce
For example:
---title: "Julia engine"engine: julia---## Itemized list- This is a list
A paragraph in a list
- The list continues
- A code block inside list
```{julia} sum(rand(10))```- The list continues
Actual behavior
The julia code block inside the list is not executed and simply displayed as a code block.
Expected behavior
The code block should be executed, as is the case for jupyter engine:
---title: "Julia engine"---## Itemized list- This is a list
A paragraph in a list
- The list continues
- A code block inside list
```{julia} sum(rand(10))```- The list continues
Your environment
OS: Arch Linux
Running from command line
Quarto check output
❯ quarto check
Quarto 1.7.6
[✓] Checking environment information...
Quarto cache location: /home/adityam/.cache/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.7.6
Path: /opt/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /usr/bin
Version: undefined
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.13.2
Path: /usr/bin/python3
Jupyter: 5.7.2
Kernels: julia-1.9, julia-1.11, julia-1.10, python3
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........(None)
Unable to locate an installed version of R.
Install R from https://cloud.r-project.org/
The text was updated successfully, but these errors were encountered:
Bug description
When using
engine: julia
, nested code blocks are not parsed correctly.Steps to reproduce
For example:
Actual behavior
The julia code block inside the list is not executed and simply displayed as a code block.
Expected behavior
The code block should be executed, as is the case for jupyter engine:
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: