Skip to content

Commit

Permalink
suggestion description code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
z3tt authored Feb 10, 2022
1 parent b0fbe21 commit 8c05ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kits/julia/set_kit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function set_kit(proj_name::String, proj_path::String)
write(io, "\n\n")
write(io, "It is also possible to include hyperlinks: for example, this [link to further details on the Markdown syntax used in Pluto notebooks](https://www.juliapackages.com/p/pluto).")
write(io, "\n\n")
write(io, "Cells for code do not need any special marking, unless the cell contains several lines of text. In that case, the code should be included inside a `begin ... end` block.")
write(io, "Cells for code do not need any special marking, unless the cell contains several lines of code. In that case, the code should be included inside a `begin ... end` block.")
write(io, "\n\n")
write(io, "```{julia}")
write(io, "\n")
Expand Down

0 comments on commit 8c05ac2

Please sign in to comment.