Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing: Markdown: Quarto - fixing misspecified code chunk #123

Merged
merged 6 commits into from
Aug 29, 2024
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
Loading