We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438eb4d commit f3da9f9Copy full SHA for f3da9f9
scripts/skip-blocks.lua
@@ -22,8 +22,10 @@ function RawBlock(el)
22
local str = el.c[2]
23
if str == "<!-- panvimdoc-ignore-start -->" then
24
COMMENT = true
25
+ return pandoc.Null()
26
elseif str == "<!-- panvimdoc-ignore-end -->" then
27
COMMENT = false
28
29
end
30
if COMMENT == true then
31
return pandoc.Null()
0 commit comments