From cc5913e8120162db14d2bf653bf2380061613289 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com> Date: Sat, 3 Oct 2020 16:29:44 +0900 Subject: [PATCH] Update src/rendering/htmlformats.jl --- src/rendering/htmlformats.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rendering/htmlformats.jl b/src/rendering/htmlformats.jl index 054c00d..92c3133 100644 --- a/src/rendering/htmlformats.jl +++ b/src/rendering/htmlformats.jl @@ -143,4 +143,4 @@ function set_format_options!(docformat::Pandoc2HTML; template = nothing, css = n docformat.pandoc_options = pandoc_options end -#render_figures(docformat::Pandoc2HTML, chunk) = render_figures(Pandoc(), chunk) +render_figures(docformat::Pandoc2HTML, chunk) = render_figures(Pandoc(), chunk)