Skip to content

Commit 2200cf7

Browse files
add/init basic support for 'revealjs' format
1 parent 56c8960 commit 2200cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/imagify/imagify.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ local function latexToImage(source, renderOptions)
904904
or filterOptions.extensionForOutput.default
905905
local lazy = filterOptions.lazy
906906
local embed = renderOptions.embed
907-
and ext == 'svg' and FORMAT:match('html') and true
907+
and ext == 'svg' and (FORMAT:match('html') or FORMAT:match('revealjs')) and true
908908
or false
909909
local pdf_engine = renderOptions.pdf_engine or 'latex'
910910
local latex_out_format = ext == 'svg' and 'dvi' or 'pdf'

0 commit comments

Comments
 (0)