mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-09 19:07:23 +00:00
3385981157
Previously data/odt/content.xml contained only "Hello World!", so the reference.odt produced by `--print-default-data-file reference.odt` gave users no visual indication of which styles pandoc uses or how their customizations would render. Populate content.xml with example content exercising the predefined paragraph and text styles shipped in data/odt/styles.xml: Author, Date, Abstract, Heading_20_1..6, First_20_paragraph, Text_20_body (with Emphasis, Strong_20_Emphasis, Strikeout, Superscript, Subscript, Source_20_Text, Highlighted, hyperlink, and footnote), Quotations, Preformatted_20_Text, List_20_Bullet, List_20_Number, TableCaption, a two-column table using Table_20_Heading and Table_20_Contents, FigureCaption, Definition_20_Term, and Definition_20_Definition. This mirrors the demonstration content already present in data/docx/word/document.xml. Closes #10327.