Skip to content

Commit

Permalink
Writing: Markdown: Quarto - fixing misspecified code chunk (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintRod authored Aug 29, 2024
1 parent c06b830 commit 4916452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Below is an executable code chunk.
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.
```{{julia}}
```{julia}
println("hello world")
```
````
Expand Down

0 comments on commit 4916452

Please sign in to comment.