mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 15:05:47 +00:00
Opendocument: use Title class for title.
Thanks to bdarcus for the bug report.
This commit is contained in:
@@ -7,7 +7,7 @@ $endfor$
|
||||
<office:body>
|
||||
<office:text>
|
||||
$if(title)$
|
||||
<text:h text:style-name="Heading_20_1" text:outline-level="1">$title$</text:h>
|
||||
<text:h text:style-name="Title" text:outline-level="1">$title$</text:h>
|
||||
$endif$
|
||||
$for(author)$
|
||||
<text:p text:style-name="Author">$author$</text:p>
|
||||
|
||||
Reference in New Issue
Block a user