From: Fletcher T. Penney Date: Tue, 7 Mar 2017 01:40:33 +0000 (-0500) Subject: ADDED: Use native ODF table of contents instead of a manual list X-Git-Tag: 6.0.0-b1^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9693e48780286979b96f5b0b30059f6063179aea;p=multimarkdown ADDED: Use native ODF table of contents instead of a manual list --- diff --git a/Sources/libMultiMarkdown/odf.c b/Sources/libMultiMarkdown/odf.c index 2e02363..9d2505f 100644 --- a/Sources/libMultiMarkdown/odf.c +++ b/Sources/libMultiMarkdown/odf.c @@ -302,8 +302,6 @@ void mmd_export_toc_entry_odf(DString * out, const char * source, scratch_pad * short entry_level, next_level; char * temp_char; - print_const("\n\n"); - // Iterate over tokens while (*counter < scratch->header_stack->size) { // Get token for header @@ -313,9 +311,9 @@ void mmd_export_toc_entry_odf(DString * out, const char * source, scratch_pad * if (entry_level >= level) { // This entry is a direct descendant of the parent temp_char = label_from_header(source, entry); - printf("", temp_char); + printf("", temp_char); mmd_export_token_tree_odf(out, source, entry->child, scratch); - print_const(""); + print_const(" 1\n"); if (*counter < scratch->header_stack->size - 1) { next = stack_peek_index(scratch->header_stack, *counter + 1); @@ -327,7 +325,6 @@ void mmd_export_toc_entry_odf(DString * out, const char * source, scratch_pad * } } - print_const("\n"); free(temp_char); } else if (entry_level < level ) { // If entry < level, exit this level @@ -339,15 +336,24 @@ void mmd_export_toc_entry_odf(DString * out, const char * source, scratch_pad * // Increment counter (*counter)++; } - - print_const("\n"); } void mmd_export_toc_odf(DString * out, const char * source, scratch_pad * scratch) { token * entry; size_t counter = 0; + // TODO: Could use LC to internationalize this + print_const("\n"); + print_const("\n"); + print_const("Table of Contents\n"); + print_const("\n\n"); + print_const("\n"); + print_const("Table of Contents\n"); + print_const("\n"); + mmd_export_toc_entry_odf(out, source, scratch, &counter, 0); + + print_const("\n\n\n"); } @@ -497,7 +503,7 @@ void mmd_export_token_odf(DString * out, const char * source, token * t, scratch temp_char = label_from_header(source, t); printf("", temp_char); mmd_export_token_tree_odf(out, source, t->child, scratch); - printf("", temp_char); + //printf("", temp_char); free(temp_char); } @@ -1716,6 +1722,13 @@ void mmd_start_complete_odf(DString * out, const char * source, scratch_pad * sc " style:family=\"text\">" \ " " \ " \n" \ + "\n" \ + " \n" \ + " \n" \ + " \n" \ + " \n" \ + " \n" \ + "\n" \ " \n" \ " \n" \ "\n"); diff --git a/tests/MMD6Tests/Abbreviations.fodt b/tests/MMD6Tests/Abbreviations.fodt index 4195311..f39d962 100644 --- a/tests/MMD6Tests/Abbreviations.fodt +++ b/tests/MMD6Tests/Abbreviations.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Advanced Emph and Strong.fodt b/tests/MMD6Tests/Advanced Emph and Strong.fodt index 49684f4..6791f65 100644 --- a/tests/MMD6Tests/Advanced Emph and Strong.fodt +++ b/tests/MMD6Tests/Advanced Emph and Strong.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Advanced Fenced Code Blocks.fodt b/tests/MMD6Tests/Advanced Fenced Code Blocks.fodt index d7298d0..ea59812 100644 --- a/tests/MMD6Tests/Advanced Fenced Code Blocks.fodt +++ b/tests/MMD6Tests/Advanced Fenced Code Blocks.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Advanced Headers.fodt b/tests/MMD6Tests/Advanced Headers.fodt index e548e27..5589a8b 100644 --- a/tests/MMD6Tests/Advanced Headers.fodt +++ b/tests/MMD6Tests/Advanced Headers.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -269,24 +276,24 @@ -foo +foo -foo +foo -foo bar +foo bar -foo bar +foo bar -foo bar +foo bar 5 -foo +foo -foo bar +foo bar foo -bar +bar bar diff --git a/tests/MMD6Tests/Amps and Angles.fodt b/tests/MMD6Tests/Amps and Angles.fodt index 35ce8e9..52373bc 100644 --- a/tests/MMD6Tests/Amps and Angles.fodt +++ b/tests/MMD6Tests/Amps and Angles.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Automatic Links.fodt b/tests/MMD6Tests/Automatic Links.fodt index 7883b8d..3fd59c8 100644 --- a/tests/MMD6Tests/Automatic Links.fodt +++ b/tests/MMD6Tests/Automatic Links.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Basic Blocks.fodt b/tests/MMD6Tests/Basic Blocks.fodt index eacb84c..83248a3 100644 --- a/tests/MMD6Tests/Basic Blocks.fodt +++ b/tests/MMD6Tests/Basic Blocks.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -271,9 +278,9 @@ foo -Heading foo +Heading foo -Heading +Heading foo bar diff --git a/tests/MMD6Tests/Basic Lists.fodt b/tests/MMD6Tests/Basic Lists.fodt index a07c237..53b44b4 100644 --- a/tests/MMD6Tests/Basic Lists.fodt +++ b/tests/MMD6Tests/Basic Lists.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Blockquotes.fodt b/tests/MMD6Tests/Blockquotes.fodt index 937e721..d1bec12 100644 --- a/tests/MMD6Tests/Blockquotes.fodt +++ b/tests/MMD6Tests/Blockquotes.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Citations.fodt b/tests/MMD6Tests/Citations.fodt index 53fefd6..6c92bc0 100644 --- a/tests/MMD6Tests/Citations.fodt +++ b/tests/MMD6Tests/Citations.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -269,7 +276,7 @@ -citep +citep John Doe. A Totally Fake Book 1. Vanity Press, 2006. @@ -285,7 +292,7 @@ 1John Doe. A Totally Fake Book 2. Vanity Press, 2006. -citet +citet 1 diff --git a/tests/MMD6Tests/Code Spans.fodt b/tests/MMD6Tests/Code Spans.fodt index 20b45c3..a2bd9fd 100644 --- a/tests/MMD6Tests/Code Spans.fodt +++ b/tests/MMD6Tests/Code Spans.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/CriticMarkup.fodt b/tests/MMD6Tests/CriticMarkup.fodt index 6409603..00dd55d 100644 --- a/tests/MMD6Tests/CriticMarkup.fodt +++ b/tests/MMD6Tests/CriticMarkup.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Cross-References.fodt b/tests/MMD6Tests/Cross-References.fodt index d66be55..bf9830a 100644 --- a/tests/MMD6Tests/Cross-References.fodt +++ b/tests/MMD6Tests/Cross-References.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -269,25 +276,25 @@ -A Section +A Section -109&*&#()^ Can Start With Digit +109&*&#()^ Can Start With Digit -Strip out &%^ characters &*^ +Strip out &%^ characters &*^ A Section. -1 Cross-References: Special Characters!@#$%&*()<>^ +1 Cross-References: Special Characters!@#$%&*()<>^ 5 And now, link to 1 Cross-References: Special Characters!@#$%&*()<>^ -Заголовок по-русски +Заголовок по-русски И ссылка на Заголовок по-русски. -Test 的 Multibyte +Test 的 Multibyte 10 diff --git a/tests/MMD6Tests/Definition Lists.fodt b/tests/MMD6Tests/Definition Lists.fodt index 484a8ba..9e439db 100644 --- a/tests/MMD6Tests/Definition Lists.fodt +++ b/tests/MMD6Tests/Definition Lists.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Dutch.fodt b/tests/MMD6Tests/Dutch.fodt index dc9b7c7..7b61f83 100644 --- a/tests/MMD6Tests/Dutch.fodt +++ b/tests/MMD6Tests/Dutch.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Edge Cases 2.fodt b/tests/MMD6Tests/Edge Cases 2.fodt index 2f1ce83..99b72c3 100644 --- a/tests/MMD6Tests/Edge Cases 2.fodt +++ b/tests/MMD6Tests/Edge Cases 2.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Edge Cases.fodt b/tests/MMD6Tests/Edge Cases.fodt index 036895e..4608e61 100644 --- a/tests/MMD6Tests/Edge Cases.fodt +++ b/tests/MMD6Tests/Edge Cases.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -308,7 +315,7 @@ bar foo -bar +bar foo bar diff --git a/tests/MMD6Tests/Emph and Strong Star.fodt b/tests/MMD6Tests/Emph and Strong Star.fodt index 545c379..3017655 100644 --- a/tests/MMD6Tests/Emph and Strong Star.fodt +++ b/tests/MMD6Tests/Emph and Strong Star.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Emph and Strong UL.fodt b/tests/MMD6Tests/Emph and Strong UL.fodt index 2535384..ab30a8a 100644 --- a/tests/MMD6Tests/Emph and Strong UL.fodt +++ b/tests/MMD6Tests/Emph and Strong UL.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/English.fodt b/tests/MMD6Tests/English.fodt index e21a650..4409454 100644 --- a/tests/MMD6Tests/English.fodt +++ b/tests/MMD6Tests/English.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Escapes.fodt b/tests/MMD6Tests/Escapes.fodt index 5753e09..b530b01 100644 --- a/tests/MMD6Tests/Escapes.fodt +++ b/tests/MMD6Tests/Escapes.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Fenced Code Blocks.fodt b/tests/MMD6Tests/Fenced Code Blocks.fodt index a6edad4..43d0367 100644 --- a/tests/MMD6Tests/Fenced Code Blocks.fodt +++ b/tests/MMD6Tests/Fenced Code Blocks.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Figure Images.fodt b/tests/MMD6Tests/Figure Images.fodt index f79c553..4db7b01 100644 --- a/tests/MMD6Tests/Figure Images.fodt +++ b/tests/MMD6Tests/Figure Images.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/French.fodt b/tests/MMD6Tests/French.fodt index 9befe1c..f06a2d8 100644 --- a/tests/MMD6Tests/French.fodt +++ b/tests/MMD6Tests/French.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/German Guillemets.fodt b/tests/MMD6Tests/German Guillemets.fodt index a25ed94..b41ec3f 100644 --- a/tests/MMD6Tests/German Guillemets.fodt +++ b/tests/MMD6Tests/German Guillemets.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/German.fodt b/tests/MMD6Tests/German.fodt index 67b0447..647c4bc 100644 --- a/tests/MMD6Tests/German.fodt +++ b/tests/MMD6Tests/German.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Glossaries.fodt b/tests/MMD6Tests/Glossaries.fodt index a3b2f45..92a66ff 100644 --- a/tests/MMD6Tests/Glossaries.fodt +++ b/tests/MMD6Tests/Glossaries.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/HTML Blocks.fodt b/tests/MMD6Tests/HTML Blocks.fodt index 740c3a3..df58af0 100644 --- a/tests/MMD6Tests/HTML Blocks.fodt +++ b/tests/MMD6Tests/HTML Blocks.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -286,7 +293,7 @@ 10 -foo2 +foo2 foo diff --git a/tests/MMD6Tests/HTML Inline.fodt b/tests/MMD6Tests/HTML Inline.fodt index 842fdb4..f1276f9 100644 --- a/tests/MMD6Tests/HTML Inline.fodt +++ b/tests/MMD6Tests/HTML Inline.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Headers.fodt b/tests/MMD6Tests/Headers.fodt index eb67b59..4ffe686 100644 --- a/tests/MMD6Tests/Headers.fodt +++ b/tests/MMD6Tests/Headers.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -269,13 +276,13 @@ -foo +foo -foo +foo -foo +foo -foo +foo # foo # @@ -285,21 +292,21 @@ #foo # -foo # bar +foo # bar # foo # -foo +foo 10 -foo +foo -foo +foo -foo +foo -foo +foo ####### foo ####### diff --git a/tests/MMD6Tests/Horizontal Rules.fodt b/tests/MMD6Tests/Horizontal Rules.fodt index 0733fde..2fa301e 100644 --- a/tests/MMD6Tests/Horizontal Rules.fodt +++ b/tests/MMD6Tests/Horizontal Rules.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Indented Code Blocks.fodt b/tests/MMD6Tests/Indented Code Blocks.fodt index 4accec5..1ede6dc 100644 --- a/tests/MMD6Tests/Indented Code Blocks.fodt +++ b/tests/MMD6Tests/Indented Code Blocks.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Inline Footnotes.fodt b/tests/MMD6Tests/Inline Footnotes.fodt index bf8f502..f74d76d 100644 --- a/tests/MMD6Tests/Inline Footnotes.fodt +++ b/tests/MMD6Tests/Inline Footnotes.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Inline Images.fodt b/tests/MMD6Tests/Inline Images.fodt index 8a58ad8..f090716 100644 --- a/tests/MMD6Tests/Inline Images.fodt +++ b/tests/MMD6Tests/Inline Images.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Inline Links.fodt b/tests/MMD6Tests/Inline Links.fodt index b6074fa..c481f5d 100644 --- a/tests/MMD6Tests/Inline Links.fodt +++ b/tests/MMD6Tests/Inline Links.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Integrated.fodt b/tests/MMD6Tests/Integrated.fodt index bf1e20d..b2cbf9e 100644 --- a/tests/MMD6Tests/Integrated.fodt +++ b/tests/MMD6Tests/Integrated.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -274,7 +281,7 @@ identify common structures that are not supported yet – particularly useful when developing a new output format. -Basic Blocks +Basic Blocks paragraph @@ -300,7 +307,7 @@ list emph and strong and both -Escapes +Escapes @@ -314,7 +321,7 @@ list -Footnotes +Footnotes Foo.This is an inline footnote @@ -326,7 +333,7 @@ list -Links and Images +Links and Images link and link @@ -347,7 +354,7 @@ draw:z-index="0" draw:style-name="fr1" svg:width="40pt"> bar -Math +Math foo \({e}^{i\pi }+1=0\) bar @@ -359,11 +366,11 @@ draw:z-index="0" draw:style-name="fr1" svg:width="40pt"> \[{x}_{1,2}=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}\] -Smart Quotes +Smart Quotes “foo” and ‘bar’ – with — dashes… -CriticMarkup +CriticMarkup foo @@ -375,7 +382,7 @@ draw:z-index="0" draw:style-name="fr1" svg:width="40pt"> bar -Definition Lists +Definition Lists foo bar @@ -383,15 +390,15 @@ draw:z-index="0" draw:style-name="fr1" svg:width="40pt"> baz bat* -Horizontal Rules +Horizontal Rules -Glossary +Glossary termA term to be defined. -Abbreviations +Abbreviations MultiMarkdown (MMD) diff --git a/tests/MMD6Tests/Linebreaks.fodt b/tests/MMD6Tests/Linebreaks.fodt index d32d734..aff8f36 100644 --- a/tests/MMD6Tests/Linebreaks.fodt +++ b/tests/MMD6Tests/Linebreaks.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Link Attributes.fodt b/tests/MMD6Tests/Link Attributes.fodt index 5a6d0da..806384a 100644 --- a/tests/MMD6Tests/Link Attributes.fodt +++ b/tests/MMD6Tests/Link Attributes.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Markdown Syntax.fodt b/tests/MMD6Tests/Markdown Syntax.fodt index bf6047b..e28c9e9 100644 --- a/tests/MMD6Tests/Markdown Syntax.fodt +++ b/tests/MMD6Tests/Markdown Syntax.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -266,7 +273,7 @@ -Markdown: Syntax +Markdown: Syntax diff --git a/tests/MMD6Tests/Math.fodt b/tests/MMD6Tests/Math.fodt index d96ab9b..2b24ea8 100644 --- a/tests/MMD6Tests/Math.fodt +++ b/tests/MMD6Tests/Math.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Metadata.fodt b/tests/MMD6Tests/Metadata.fodt index 4f724e3..08cbd42 100644 --- a/tests/MMD6Tests/Metadata.fodt +++ b/tests/MMD6Tests/Metadata.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -272,7 +279,7 @@ foo:bar -foo +foo diff --git a/tests/MMD6Tests/Nested Definition Lists.fodt b/tests/MMD6Tests/Nested Definition Lists.fodt index eb1fcdf..e65e943 100644 --- a/tests/MMD6Tests/Nested Definition Lists.fodt +++ b/tests/MMD6Tests/Nested Definition Lists.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Nested Lists.fodt b/tests/MMD6Tests/Nested Lists.fodt index 121f6ce..edca335 100644 --- a/tests/MMD6Tests/Nested Lists.fodt +++ b/tests/MMD6Tests/Nested Lists.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Reference Footnotes.fodt b/tests/MMD6Tests/Reference Footnotes.fodt index 72a353d..5bd69a6 100644 --- a/tests/MMD6Tests/Reference Footnotes.fodt +++ b/tests/MMD6Tests/Reference Footnotes.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Reference Images.fodt b/tests/MMD6Tests/Reference Images.fodt index 28a6522..45a7bd8 100644 --- a/tests/MMD6Tests/Reference Images.fodt +++ b/tests/MMD6Tests/Reference Images.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Reference Links.fodt b/tests/MMD6Tests/Reference Links.fodt index 8fc7bfd..4ce286f 100644 --- a/tests/MMD6Tests/Reference Links.fodt +++ b/tests/MMD6Tests/Reference Links.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Setext Headers.fodt b/tests/MMD6Tests/Setext Headers.fodt index 6e4da73..7d2cafc 100644 --- a/tests/MMD6Tests/Setext Headers.fodt +++ b/tests/MMD6Tests/Setext Headers.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -269,23 +276,23 @@ -foo bar +foo bar -foo bar +foo bar foo -bar +bar foo -bar +bar -foo +foo bar 5 -foo +foo bar diff --git a/tests/MMD6Tests/Smart Quotes.fodt b/tests/MMD6Tests/Smart Quotes.fodt index 35393a5..8a6b726 100644 --- a/tests/MMD6Tests/Smart Quotes.fodt +++ b/tests/MMD6Tests/Smart Quotes.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Special Characters.fodt b/tests/MMD6Tests/Special Characters.fodt index bca6841..1341f43 100644 --- a/tests/MMD6Tests/Special Characters.fodt +++ b/tests/MMD6Tests/Special Characters.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Superscript.fodt b/tests/MMD6Tests/Superscript.fodt index 955d184..e3dbb8d 100644 --- a/tests/MMD6Tests/Superscript.fodt +++ b/tests/MMD6Tests/Superscript.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Swedish.fodt b/tests/MMD6Tests/Swedish.fodt index 17136d2..0ebfbb5 100644 --- a/tests/MMD6Tests/Swedish.fodt +++ b/tests/MMD6Tests/Swedish.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Table of Contents.fodt b/tests/MMD6Tests/Table of Contents.fodt index 7c94319..417f359 100644 --- a/tests/MMD6Tests/Table of Contents.fodt +++ b/tests/MMD6Tests/Table of Contents.fodt @@ -103,6 +103,13 @@ + + + + + + + @@ -269,63 +276,53 @@ + + +Table of Contents + + + +Table of Contents + +Second Level 1 +First Level 1 +Second Level b 1 +Third Level 1 +Second Level c 1 +First Level b 1 +Third Level b 1 +Second level d 1 +Third level d 1 +Fourth level d 1 +First level 1 +Second level 1 + + - -Second Level -First Level - -Second Level b - -Third Level - - -Second Level c - - -First Level b - -Third Level b -Second level d - -Third level d - -Fourth level d - - - - - - -First level - -Second level - - - -Second Level +Second Level -First Level +First Level -Second Level b +Second Level b -Third Level +Third Level -Second Level c +Second Level c -First Level b +First Level b -Third Level b +Third Level b -Second level d +Second level d -Third level d +Third level d -Fourth level d +Fourth level d -First level +First level -Second level +Second level diff --git a/tests/MMD6Tests/Tables.fodt b/tests/MMD6Tests/Tables.fodt index 7e21e66..b6da10c 100644 --- a/tests/MMD6Tests/Tables.fodt +++ b/tests/MMD6Tests/Tables.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Transclusion.fodt b/tests/MMD6Tests/Transclusion.fodt index a76eb37..b35f696 100644 --- a/tests/MMD6Tests/Transclusion.fodt +++ b/tests/MMD6Tests/Transclusion.fodt @@ -103,6 +103,13 @@ + + + + + + + diff --git a/tests/MMD6Tests/Variables.fodt b/tests/MMD6Tests/Variables.fodt index 8434284..3c97c45 100644 --- a/tests/MMD6Tests/Variables.fodt +++ b/tests/MMD6Tests/Variables.fodt @@ -103,6 +103,13 @@ + + + + + + +