From ff79af3a761f3034cf4280d5662d5c28854e0613 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Jun 2012 12:07:08 +0200 Subject: fdo#51074: Start table cells with "| |" ...so that a "|" in the cell content is not mistaken as separating parameters from content. But do note that rather suggests: "To show a visible pipe in a cell, use | or |." Signed-off-by: Jan Holesovsky --- helpcontent2/to-wiki/wikiconv2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpcontent2/to-wiki') diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py index 837ffebf2e..502d05bd03 100755 --- a/helpcontent2/to-wiki/wikiconv2.py +++ b/helpcontent2/to-wiki/wikiconv2.py @@ -40,8 +40,8 @@ replace_paragraph_role = \ 'paragraph': '', 'related': '', # used only in one file, probably in error? 'relatedtopics': '', # used only in one file, probably in error? - 'tablecontent': '| ', - 'tablecontentcode': '| ', + 'tablecontent': '| | ', + 'tablecontentcode': '| | ', 'tablehead': '! scope="col" | ', 'tablenextpara': '\n', 'tablenextparacode': '\n', -- cgit v1.2.3