Merge pull request #247 from xiaodaigh/patch-1

Update usage.md
pull/255/head
Sebastian Pfitzner 2019-09-29 10:57:02 +02:00 committed by GitHub
commit d31d16581b
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)