Update src/rendering/htmlformats.jl

pull/380/head
Shuhei Kadowaki 2020-10-03 16:29:44 +09:00 committed by GitHub
parent e02d5ce2fd
commit cc5913e812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)