summaryrefslogtreecommitdiffstats
path: root/bin/html
diff options
context:
space:
mode:
Diffstat (limited to 'bin/html')
-rw-r--r--bin/html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/html b/bin/html
index 8e0db29..d3935c7 100644
--- a/bin/html
+++ b/bin/html
@@ -131,7 +131,7 @@ def markdown(c):
r = mistune.markdown(c, False, parse_block_html=True, parse_inline_html=True)
except Exception as e:
- p('Markdown failed for {}'.format(c))
+ err('Markdown parsing failed: {}'.format(e))
return r