summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/html1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/html b/bin/html
index 39b0d56..4459182 100644
--- a/bin/html
+++ b/bin/html
@@ -136,7 +136,6 @@ def datefmt(d):
def markdown(c):
try:
r = mistune.markdown(c, False, parse_block_html=True, parse_inline_html=True)
-
except Exception as e:
err("Markdown parsing failed: {}".format(e))