Update lua-filters.md and the tool that generates it.

This commit is contained in:
John MacFarlane
2017-12-28 22:02:59 -08:00
parent 108e429c88
commit 246e8f081a
2 changed files with 106 additions and 180 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ function Header (el)
return module_blocks{'data/pandoc.lua'}
elseif el.identifier == "module-pandoc.list" then
in_module_section = true
return module_blocks{'data/List.lua'}
return module_blocks{'data/pandoc.List.lua'}
end
end