Skip to content

Commit

Permalink
Merge pull request #78 from AtelierArith/update-docs-src-index
Browse files Browse the repository at this point in the history
use `julia-repl` fences
  • Loading branch information
terasakisatoshi authored Oct 20, 2023
2 parents b13fc47 + b882fcf commit 1c5f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Let’s assume you have to record your screen to explain something about Julia t
You are supposed to input your source code by hand line by line.
Imagine that you type the following lines.

```
```julia-repl
julia> 2+2
julia> print("")
julia> display([1])
Expand Down

0 comments on commit 1c5f569

Please sign in to comment.