Description
When appending content into existing wiki pages, office importer uses \\\ (line break) to separate the new content from the old content. This behaviour sometimes causes problems with headings because something like "\\\=heading=" is not going to be rendered as a heading. The solution would be to use a newline (\n) instead of the line break (\\\).