initial filter for removing solution of exercices
This commit is contained in:
parent
e7bb9d8e8a
commit
0737a75e7e
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
|
Loading…
Reference in New Issue
Block a user