From 4681284e5191571c30f95733307433b394e039d9 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 18 Apr 2018 12:41:05 +0200 Subject: [PATCH] fix bug that ran the post processor twice for nb --- src/Examples.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Examples.jl b/src/Examples.jl index 419112e..2caaffc 100644 --- a/src/Examples.jl +++ b/src/Examples.jl @@ -335,8 +335,8 @@ function notebook(inputfile, outputdir; preprocess = identity, postprocess = ide end - # custom post-processing from user - content = postprocess(content) + # # custom post-processing from user + # content = postprocess(content) # create the notebook nb = Dict()