From 51aedb19c327d439678e7114c5fdc7191f5a4d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 16 Sep 2012 19:44:11 +0200 Subject: [PATCH] terminate headings --- text_dokuwiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text_dokuwiki.py b/text_dokuwiki.py index 9023ec9..2d9018e 100644 --- a/text_dokuwiki.py +++ b/text_dokuwiki.py @@ -169,7 +169,7 @@ class Formatter(FormatterBase): if on: return u'%s ' % (u'=' * heading_depth) else: - return u' %s' % (u'=' * heading_depth) + return u' %s\n' % (u'=' * heading_depth) def table(self, on, attrs={}, **kw): if on: