Skip to content

Commit 28829ac

Browse files
committed
prevent global variable pollution
1 parent 5e37696 commit 28829ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/pandoc/datadir/readqmd.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ local function urldecode(url)
126126
end
127127

128128
local function readqmd(txt, opts)
129+
local tags
129130
txt = md_fenced_div.attempt_to_fix_fenced_div(txt)
130131
txt, tags = escape_invalid_tags(txt)
131132
txt = md_shortcode.parse_md_shortcode(txt)

0 commit comments

Comments
 (0)