Initialer Upload MkDocs ETZ Dokumentation
This commit is contained in:
6
process_comments.lua
Normal file
6
process_comments.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
function RawBlock(el)
|
||||
if el.text:match("%% ONLY FOR PANDOC:") then
|
||||
local latex_cmd = el.text:match("\\([a-z]+{})")
|
||||
return pandoc.RawBlock('latex', latex_cmd)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user