Update usage.md

pull/247/head
evalparse 2019-09-28 17:41:54 +10:00 committed by GitHub
parent b01b18ea2f
commit 31d3c2da56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)