Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Julia engine does not parse code blocks inside list environment #12674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adityam opened this issue May 4, 2025 · 1 comment
Closed

Julia engine does not parse code blocks inside list environment #12674

adityam opened this issue May 4, 2025 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@adityam
Copy link

adityam commented May 4, 2025

Bug description

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/
@adityam adityam added the bug Something isn't working label May 4, 2025
@mcanouil
Copy link
Collaborator

mcanouil commented May 4, 2025

Please upgrade your QuarTO CLI version.
1.7.6 is an old pre-release.

In the future, please use the search before opening issues.

@mcanouil mcanouil added duplicate This issue or pull request already exists and removed bug Something isn't working labels May 4, 2025
@mcanouil mcanouil closed this as completed May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants