From cc6ad1faefecadc12e79ad3667a06253ab8cbf34 Mon Sep 17 00:00:00 2001 From: Jonas Kroll Date: Fri, 28 Jul 2023 11:55:43 +0200 Subject: [PATCH] Fixed pasting of code to the wrong space. --- src/Literate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Literate.jl b/src/Literate.jl index 193cd89..5f44a51 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -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)