Skip to content

Commit 2e7ce30

Browse files
authored
Merge pull request #15 from connortwiegand/add-reveal
add/init basic support for 'revealjs' format
2 parents f82d226 + 2200cf7 commit 2e7ce30

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)