Skip to content

Commit baa791e

Browse files
committed
Add callout and to 1.5 highlights
1 parent 2788327 commit baa791e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/computations/julia.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ To enable the cache for a document, add the `cache` option. For example:
204204

205205
## Using the `julia` engine
206206

207+
{{< include /docs/prerelease/1.5/_pre-release-feature.qmd >}}
208+
207209
### Installation
208210

209211
The `julia` engine uses the [QuartoNotebookRunner.jl](https://github.com/PumasAI/QuartoNotebookRunner.jl/) package to render notebooks. When you first attempt to render a notebook with the `julia` engine, Quarto will automatically install this package into a private environment that is owned by Quarto. This installation will therefore not interact or conflict with any other Julia environments on your machine. Quarto will use the `julia` binary on your PATH by default, but you can override this using the `QUARTO_JULIA` environment variable.

docs/prerelease/1.5/_highlights.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Quarto 1.5 includes the following new features:
22

33
- [Website Draft Mode](/docs/prerelease/1.5/website-drafts.qmd)---Improved support for workflows involving draft posts and pages.
44

5+
- [Native Julia Engine](/docs/computations/julia.qmd#using-the-julia-engine)---Execute Julia code in Quarto documents without requiring Jupyter.
6+
57
- [Project Pre Render Scripts](/docs/prerelease/1.5/pre-render.qmd)---Project metadata and the render list are now re-computed after any pre-render scripts have executed.
68

79
- [Element-wide disabling of HTML processing](/docs/prerelease/1.5/lua-table-processing.qmd)---Additional control for table processing.

0 commit comments

Comments
 (0)