OpenDocument: use text:p instead of text:h for title.

Using text:h causes problems with numbering.
See jgm/pandoc#2059.
This commit is contained in:
John MacFarlane 2015-04-12 21:22:38 -07:00
parent 7846f08b61
commit 09767991b2

View file

@ -10,7 +10,7 @@ $endfor$
<office:body>
<office:text>
$if(title)$
<text:h text:style-name="Title">$title$</text:h>
<text:p text:style-name="Title">$title$</text:p>
$endif$
$for(author)$
<text:p text:style-name="Author">$author$</text:p>