Browse Source

Fixed pasting of code to the wrong space.

pull/220/head
Jonas Kroll 2 years ago
parent
commit
cc6ad1faef
  1. 2
      src/Literate.jl

2
src/Literate.jl

@ -733,7 +733,7 @@ function markdown(inputfile, outputdir=pwd(); config::AbstractDict=Dict(), kwarg @@ -733,7 +733,7 @@ function markdown(inputfile, outputdir=pwd(); config::AbstractDict=Dict(), kwarg
end
end
else
# Vanilla Function
# kinda Vanilla Function
for (chunknum, chunk) in enumerate(chunks)
if isa(chunk, MDChunk)

Loading…
Cancel
Save