From e24ce1c11da99b69c14f094ef04ed00d75c79a37 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 12 Mar 2011 13:36:22 -0800 Subject: OpenDocument: Use special style for 1st para after heading. "First paragraph" as opposed to "Text body." This allows users to specify e.g. that only paragraphs after the first paragraph of a section are to be indented. Thanks to Andrea Rossato for the patch. Closes github Issue #20. --- tests/writer.opendocument | 48 ++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'tests/writer.opendocument') diff --git a/tests/writer.opendocument b/tests/writer.opendocument index 05d45792a..6a9c18c1f 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -874,12 +874,12 @@ link Level 2 with emphasis Level 3 -with no blank line +with no blank line Level 2 -with no blank line +with no blank line Paragraphs -Here’s a regular +Here’s a regular paragraph. In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Because a hard-wrapped line in the middle @@ -891,7 +891,7 @@ breakhere. Block Quotes -E-mail style: +E-mail style: This is a block quote. It is pretty short. Code in a block quote: @@ -916,7 +916,7 @@ short. Code Blocks -Code: +Code: ---- (should be four hyphens) sub status { @@ -931,7 +931,7 @@ Blocks Lists Unordered -Asterisks tight: +Asterisks tight: asterisk 1 @@ -1004,7 +1004,7 @@ Blocks Ordered -Tight: +Tight: First @@ -1080,7 +1080,7 @@ Blocks -Here’s another: +Here’s another: First @@ -1176,7 +1176,7 @@ markers -Nesting: +Nesting: Upper Alpha @@ -1217,7 +1217,7 @@ markers Definition Lists -Tight using spaces: +Tight using spaces: apple red fruit orange @@ -1282,7 +1282,8 @@ fruit HTML Blocks -Simple block on one line: +Simple block on one +line: foo And nested without indentation: @@ -1318,7 +1319,7 @@ spaces on the line: Inline Markup -This is +This is emphasized, and so is this. @@ -1365,8 +1366,8 @@ subscripts, because of the unescaped spaces: a^b c^d, a~b c~d. Smart quotes, ellipses, dashes -“Hello,” said the spider. -“‘Shelob’ is my name.” +“Hello,” said the +spider. “‘Shelob’ is my name.” ‘A’, ‘B’, and ‘C’ are letters. ‘Oak,’ ‘elm,’ @@ -1413,7 +1414,8 @@ three—four — five. α + ω × x2. -These shouldn’t be math: +These shouldn’t be +math: To get the famous equation, write @@ -1441,7 +1443,7 @@ three—four — five. Special Characters -Here is some unicode: +Here is some unicode: I hat: Î @@ -1485,7 +1487,7 @@ it. Links Explicit -Just a +Just a URL. URL and title. @@ -1502,7 +1504,7 @@ and title link Empty. Reference -Foo +Foo bar. Foo bar. @@ -1527,7 +1529,7 @@ by itself should be a link. biz. With ampersands -Here’s a +Here’s a link with an ampersand in the URL. Here’s a link with an amersand in @@ -1540,7 +1542,7 @@ link. inline link in pointy braces. Autolinks -With an ampersand: +With an ampersand: http://example.com/?foo=1&bar=2 @@ -1562,15 +1564,15 @@ link in pointy braces. or here: <http://example.com/> Images -From “Voyage dans la Lune” -by Georges Melies (1902): +From “Voyage dans la +Lune” by Georges Melies (1902): Here is a movie icon. Footnotes -Here is a footnote +Here is a footnote reference,1Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document. -- cgit v1.2.3