From 31d3c2da563c5d3b29cb0352cac47a456ec4f822 Mon Sep 17 00:00:00 2001 From: evalparse Date: Sat, 28 Sep 2019 17:41:54 +1000 Subject: [PATCH] Update usage.md --- doc/src/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)