diff --git a/dev-docs/internals-guide/engines/index.qmd b/dev-docs/internals-guide/engines/index.qmd index e2da68efc7..b62f2cbd88 100644 --- a/dev-docs/internals-guide/engines/index.qmd +++ b/dev-docs/internals-guide/engines/index.qmd @@ -4,6 +4,7 @@ title: "Execution Engines" - [knitr](./knitr.qmd) - [jupyter](./jupyter.qmd) +- [julia](./julia.qmd) - Markdown The "Markdown engine" is a "no-op" engine that exists to allow Quarto to render files when no code cells need to be executed. \ No newline at end of file diff --git a/dev-docs/internals-guide/engines/julia.qmd b/dev-docs/internals-guide/engines/julia.qmd new file mode 100644 index 0000000000..e4222a0684 --- /dev/null +++ b/dev-docs/internals-guide/engines/julia.qmd @@ -0,0 +1,8 @@ +--- +title: "Julia Engine" +--- + +This is a pure-Julia execution engine for users who want Julia cells but do not want to +use Jupyter. It was merged in https://github.com/quarto-dev/quarto-cli/pull/8645/ and developed by +https://github.com/jkrumbiegel. +