From a24d107e6f9247af0cefc73e797ad4aa441af7e3 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 1 Nov 2008 22:44:53 +0000 Subject: Support horizontal rules in OpenDocument and ODT writers. Added style for Horizontal_20_Rule to odt-styles/styles.xml. Add support for horizontal rules in OpenDocument writer. Resolves Issue #95. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1479 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.opendocument | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/writer.opendocument') diff --git a/tests/writer.opendocument b/tests/writer.opendocument index a94b1176a..587f9efe0 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -875,6 +875,7 @@ This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite. + Headers Level 2 with an @@ -897,6 +898,7 @@ Level 2 with no blank line + Paragraphs Here’s a regular paragraph. @@ -908,6 +910,7 @@ bullet. * criminey. There should be a hard line breakhere. + Block Quotes E-mail style: @@ -932,6 +935,7 @@ quote: 2 > 1. And a following paragraph. + Code Blocks Code: @@ -946,6 +950,7 @@ this code block is indented by two tabs These should not be escaped: \$ \\ \> \[ \{ + Lists Unordered Asterisks tight: @@ -1231,6 +1236,7 @@ item: M.A. 2007 B. Williams + Definition Lists Tight using spaces: @@ -1300,6 +1306,7 @@ Code: <hr /> Hr’s: + Inline Markup This is @@ -1338,6 +1345,7 @@ These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d. + Smart quotes, ellipses, dashes @@ -1361,6 +1369,7 @@ Dashes between numbers: 5–7, 255–66, 1987–1999. Ellipses…and…and…. + LaTeX @@ -1411,6 +1420,7 @@ Animal & Number \\ \hline Dog & 2 \\ Cat & 1 \\ \hline \end{tabular} + Special Characters Here is some @@ -1455,6 +1465,7 @@ Cat & 1 \\ \hline Bang: ! Plus: + Minus: - + Links Explicit Just a @@ -1523,6 +1534,7 @@ Cat & 1 \\ \hline here: <http://example.com/> or here: <http://example.com/> + Images From “Voyage dans la Lune” by Georges Melies @@ -1531,6 +1543,7 @@ Cat & 1 \\ \hline Here is a movie icon. + Footnotes Here is a footnote reference,1 -- cgit v1.2.3