diff --git a/text_dokuwiki.py b/text_dokuwiki.py index 2d9018e..4a0bec1 100644 --- a/text_dokuwiki.py +++ b/text_dokuwiki.py @@ -179,7 +179,7 @@ class Formatter(FormatterBase): return '' def table_row(self, on, attrs={}, **kw): - return ['', '|'][not on] + return ['\n', '|'][not on] def table_cell(self, on, attrs={}, **kw): return ['|', ''][not on]