We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32fdad commit d4cb6a7Copy full SHA for d4cb6a7
1 file changed
src/resources/pandoc/datadir/readqmd.lua
@@ -126,7 +126,6 @@ local function readqmd(txt, opts)
126
txt = md_fenced_div.attempt_to_fix_fenced_div(txt)
127
txt, tags = escape_invalid_tags(txt)
128
txt = md_shortcode.parse_md_shortcode_2(txt)
129
- print(txt)
130
local flavor = {
131
format = "markdown",
132
extensions = {},
0 commit comments