Merge pull request #22 from wildart/dev

disable figure processing for no-eval chunks
pull/29/head
Matti Pastell 2014-12-21 10:03:40 +02:00
commit 8ae1cbd920
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ function run(parsed)
if !chunk[:eval]
chunk[:result] = ""
chunk[:fig] = false
parsed[i] = copy(chunk)
i += 1
continue #Do nothing if eval is false