From 7d9bb5fee50561bdce8fe7440ae9d1b8aae48bd0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 14 Jun 2022 20:35:37 +0200 Subject: Update --- filters/macros.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'filters') diff --git a/filters/macros.lua b/filters/macros.lua index 2864bef..36cc459 100644 --- a/filters/macros.lua +++ b/filters/macros.lua @@ -10,8 +10,11 @@ function figure(el) pandoc.walk_block(el, { Image = function(iel) images:insert(iel) end }) return pandoc.RawBlock("html", - "
") + "
\ + \ + \ + \ +
") end function Div(el) -- cgit v1.2.3-54-g00ecf