Skip to content

Commit 4916452

Browse files
authored
Writing: Markdown: Quarto - fixing misspecified code chunk (#123)
1 parent c06b830 commit 4916452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Below is an executable code chunk.
333333
334334
If this file were opened in an editor such as VSCode one could execute the `println("hello world")` Julia code and view the output, like in a notebook.
335335
336-
```{{julia}}
336+
```{julia}
337337
println("hello world")
338338
```
339339
````

0 commit comments

Comments
 (0)