disable figure processing for no-eval chunks

pull/22/head
Art Wild 2014-12-20 21:17:30 -05:00
parent 21c20933f3
commit 5ae4314ac7
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,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