Browse Source

call fixlinks in Examples.script

pull/5/head
Fredrik Ekre 8 years ago
parent
commit
5522d4e401
  1. 3
      src/Examples.jl

3
src/Examples.jl

@ -131,6 +131,9 @@ function script(inputfile, outputdir; preprocess = identity, postprocess = ident
content = replace(content, repl) content = replace(content, repl)
end end
# fix urls to point to correct file
content = fixlinks(content)
# create the script file # create the script file
chunks = parse(content) chunks = parse(content)
ioscript = IOBuffer() ioscript = IOBuffer()

Loading…
Cancel
Save