Merge pull request #243 from MatFi/patch-1

Fixed missing comma in example
pull/246/head
Sebastian Pfitzner 2019-09-03 10:35:39 +02:00 committed by GitHub
commit 9fa28726ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ weave(joinpath(dirname(pathof(Weave)), "../examples", "FIR_design.jmd"),
doctype = "md2pdf")
#Markdown
weave(joinpath(dirname(pathof(Weave)), "../examples", "FIR_design.jmd"),
doctype="pandoc"
doctype="pandoc",
out_path=:pwd)
```