summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-14 17:11:57 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-14 17:11:57 -0400
commit114a9c8376671b9f91a409b31d32ab9f41e2dfc7 (patch)
treeccbc0bb4a3a480f8146e17ea16e2a2e95f3088c9 /bin
parent5df1e99c3cd914f0bc300a35a87acece9cc5273c (diff)
bin/html: update markdown
Remove extraneous blank line.
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))