summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--md_tw.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/md_tw.py b/md_tw.py
index 41974c3..7630e81 100644
--- a/md_tw.py
+++ b/md_tw.py
@@ -285,6 +285,10 @@ class TWRenderer(mistune.Renderer):
return out
+ def hrule(self, hr):
+ out = '{}'.format(hr)
+
+ return out
def paragraph(self, text):
out = self.tw_fill(text)