diff --git a/doc/src/usage.md b/doc/src/usage.md index 5f4c0c1..d8176f6 100644 --- a/doc/src/usage.md +++ b/doc/src/usage.md @@ -77,7 +77,7 @@ In Markdown and Noweb input formats documentation chunks are the parts that aren Markdown code chunks are defined using fenced code blocks with options following on the same line. e.g. to hide code from output you can use: ``` - ```julia; echo=false` + ```julia; echo=false ``` [Sample document]( https://github.com/mpastell/Weave.jl/blob/master/examples/FIR_design.jmd)