initial filter for removing solution of exercices
This commit is contained in:
7
remove-solutions.lua
Normal file
7
remove-solutions.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function Div(elem)
|
||||
if (elem.classes:find('solution') == nil)
|
||||
then
|
||||
return nil
|
||||
end
|
||||
return elem
|
||||
end
|
Reference in New Issue
Block a user