Skip to content

Commit f3da9f9

Browse files
committed
Fix spacing
1 parent 438eb4d commit f3da9f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/skip-blocks.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ function RawBlock(el)
2222
local str = el.c[2]
2323
if str == "<!-- panvimdoc-ignore-start -->" then
2424
COMMENT = true
25+
return pandoc.Null()
2526
elseif str == "<!-- panvimdoc-ignore-end -->" then
2627
COMMENT = false
28+
return pandoc.Null()
2729
end
2830
if COMMENT == true then
2931
return pandoc.Null()

0 commit comments

Comments
 (0)