Skip to content

Commit f44c63c

Browse files
committed
Correctly escape unexecuted code block
1 parent d9f5028 commit f44c63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/computations/julia.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ title: "A julia engine notebook"
218218
engine: julia
219219
---
220220

221-
```{julia}
221+
```{{julia}}
222222
1 + 2
223223
```
224224
````

0 commit comments

Comments
 (0)