summaryrefslogtreecommitdiff
path: root/wiki2text.py
diff options
context:
space:
mode:
Diffstat (limited to 'wiki2text.py')
-rw-r--r--wiki2text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki2text.py b/wiki2text.py
index e943f32..3669bd7 100644
--- a/wiki2text.py
+++ b/wiki2text.py
@@ -136,6 +136,9 @@ class TextWikiMarkup (WikiMarkup):
return "" + self.indent(lev,
"- " + self.fmtok(tok[1], env))
+ def str_para(self, tok, env):
+ return "\n"
+
def __str__(self):
return self.fmtok(self.tree, None)

Return to:

Send suggestions and report system problems to the System administrator.