pandoc-cl/remove-solutions.lua

8 lines
115 B
Lua

function Div(elem)
if (elem.classes:find('solution') == nil)
then
return nil
end
return elem
end