Skip to content

Commit d4cb6a7

Browse files
committed
remove stray print
1 parent b32fdad commit d4cb6a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/resources/pandoc/datadir/readqmd.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ local function readqmd(txt, opts)
126126
txt = md_fenced_div.attempt_to_fix_fenced_div(txt)
127127
txt, tags = escape_invalid_tags(txt)
128128
txt = md_shortcode.parse_md_shortcode_2(txt)
129-
print(txt)
130129
local flavor = {
131130
format = "markdown",
132131
extensions = {},

0 commit comments

Comments
 (0)