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:
parent
7846f08b61
commit
09767991b2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $endfor$
|
||||||
<office:body>
|
<office:body>
|
||||||
<office:text>
|
<office:text>
|
||||||
$if(title)$
|
$if(title)$
|
||||||
<text:h text:style-name="Title">$title$</text:h>
|
<text:p text:style-name="Title">$title$</text:p>
|
||||||
$endif$
|
$endif$
|
||||||
$for(author)$
|
$for(author)$
|
||||||
<text:p text:style-name="Author">$author$</text:p>
|
<text:p text:style-name="Author">$author$</text:p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue