Kaydet (Commit) b32953d1 authored tarafından Robert Antoni Buj Gelonch's avatar Robert Antoni Buj Gelonch Kaydeden (comit) Adolfo Jayme Barrientos

tdf#75360 tdf#90474 line breaks in exporting to mediawiki

Change-Id: Icb44653a9286c8bfbe912f391f0492fe49498f58
Reviewed-on: https://gerrit.libreoffice.org/15449Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst dbb75877
......@@ -285,6 +285,7 @@
<text> </text>
<value-of select="$token"/>
<value-of select="$NL"/>
<value-of select="$NL"/>
</if>
</template>
......@@ -293,6 +294,7 @@
<apply-templates/>
<text> ==</text>
<value-of select="$NL"/>
<value-of select="$NL"/>
</template>
<!--
......@@ -723,7 +725,7 @@
== Paragraphs ==
-->
<template match="text:p[string-length(.) &gt; 0]">
<template match="text:p">
<variable name="alignment">
<call-template name="mk-style-set">
<with-param name="node" select="."/>
......@@ -801,7 +803,7 @@
-->
<choose>
<when test="boolean(ancestor::text:list-item)">
<text>&lt;br/&gt; </text>
<text>&lt;br/&gt;</text>
</when>
<when test="$code">
<variable name="style-right">
......@@ -839,12 +841,13 @@
</otherwise>
</choose>
</when>
<when test="boolean(./following-sibling::*[1]/self::text:h) or boolean(./following-sibling::*[1]/self::table:table) or boolean(./following-sibling::*[1]/self::text:bibliography)">
<when test="boolean(./following::*[1]/self::text:h) or boolean(./following::*[1]/self::table:table) or boolean(./following::*[1]/self::text:bibliography)">
<!-- Newline before following heading or table. -->
<value-of select="$NL"/>
<value-of select="$NL"/>
</when>
<when test="./following-sibling::*[1]/self::text:list and not(ancestor::text:list-item)">
<when test="not(./following-sibling::*[1]) and name(./following::*[1])='text:p' and ancestor::text:list-item">
<!-- End of the list -->
<value-of select="$NL"/>
<value-of select="$NL"/>
</when>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment