summaryrefslogtreecommitdiff
path: root/tests/odt/markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odt/markdown')
-rw-r--r--tests/odt/markdown/bold.md1
-rw-r--r--tests/odt/markdown/citation.md1
-rw-r--r--tests/odt/markdown/endnote.md3
-rw-r--r--tests/odt/markdown/externalLink.md1
-rw-r--r--tests/odt/markdown/footnote.md3
-rw-r--r--tests/odt/markdown/headers.md9
-rw-r--r--tests/odt/markdown/horizontalRule.md1
-rw-r--r--tests/odt/markdown/image.md1
-rw-r--r--tests/odt/markdown/imageIndex.md6
-rw-r--r--tests/odt/markdown/imageWithCaption.md1
-rw-r--r--tests/odt/markdown/italic.md1
-rw-r--r--tests/odt/markdown/listBlocks.md6
-rw-r--r--tests/odt/markdown/paragraph.md5
-rw-r--r--tests/odt/markdown/strikeout.md1
-rw-r--r--tests/odt/markdown/trackedChanges.md1
-rw-r--r--tests/odt/markdown/underlined.md1
16 files changed, 0 insertions, 42 deletions
diff --git a/tests/odt/markdown/bold.md b/tests/odt/markdown/bold.md
deleted file mode 100644
index fa4eb0431..000000000
--- a/tests/odt/markdown/bold.md
+++ /dev/null
@@ -1 +0,0 @@
-Here comes **bold** text \ No newline at end of file
diff --git a/tests/odt/markdown/citation.md b/tests/odt/markdown/citation.md
deleted file mode 100644
index adcc9f0ff..000000000
--- a/tests/odt/markdown/citation.md
+++ /dev/null
@@ -1 +0,0 @@
-Some text[@Ex] with a citation. \ No newline at end of file
diff --git a/tests/odt/markdown/endnote.md b/tests/odt/markdown/endnote.md
deleted file mode 100644
index 679af3fdc..000000000
--- a/tests/odt/markdown/endnote.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Some text[^1] with an endnote.
-
-[^1]: Endnote text \ No newline at end of file
diff --git a/tests/odt/markdown/externalLink.md b/tests/odt/markdown/externalLink.md
deleted file mode 100644
index 14f48d0f5..000000000
--- a/tests/odt/markdown/externalLink.md
+++ /dev/null
@@ -1 +0,0 @@
-Here comes an [external link](http://example.com/) to example.com. \ No newline at end of file
diff --git a/tests/odt/markdown/footnote.md b/tests/odt/markdown/footnote.md
deleted file mode 100644
index 973ae2d3a..000000000
--- a/tests/odt/markdown/footnote.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Some text[^1] with a footnote.
-
-[^1]: Footnote text \ No newline at end of file
diff --git a/tests/odt/markdown/headers.md b/tests/odt/markdown/headers.md
deleted file mode 100644
index ea5d4452c..000000000
--- a/tests/odt/markdown/headers.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# A header (Lv 1)
-
-A paragraph
-
-## Another header (Lv 2)
-
-Another paragraph
-
-# Back to Level 1 \ No newline at end of file
diff --git a/tests/odt/markdown/horizontalRule.md b/tests/odt/markdown/horizontalRule.md
deleted file mode 100644
index 73b314ff7..000000000
--- a/tests/odt/markdown/horizontalRule.md
+++ /dev/null
@@ -1 +0,0 @@
---- \ No newline at end of file
diff --git a/tests/odt/markdown/image.md b/tests/odt/markdown/image.md
deleted file mode 100644
index 3862d709e..000000000
--- a/tests/odt/markdown/image.md
+++ /dev/null
@@ -1 +0,0 @@
-![](10000000000000FA000000FAD6A15225.jpg) \ No newline at end of file
diff --git a/tests/odt/markdown/imageIndex.md b/tests/odt/markdown/imageIndex.md
deleted file mode 100644
index 6719ab8a8..000000000
--- a/tests/odt/markdown/imageIndex.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Abbildungsverzeichnis
-
-Abbildung 1: Image caption
-
-![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg)
-
diff --git a/tests/odt/markdown/imageWithCaption.md b/tests/odt/markdown/imageWithCaption.md
deleted file mode 100644
index 0046ae141..000000000
--- a/tests/odt/markdown/imageWithCaption.md
+++ /dev/null
@@ -1 +0,0 @@
-![Abbildung 1: Image caption](10000000000000FA000000FAD6A15225.jpg) \ No newline at end of file
diff --git a/tests/odt/markdown/italic.md b/tests/odt/markdown/italic.md
deleted file mode 100644
index b4d2f3d40..000000000
--- a/tests/odt/markdown/italic.md
+++ /dev/null
@@ -1 +0,0 @@
-Here comes *italic* text \ No newline at end of file
diff --git a/tests/odt/markdown/listBlocks.md b/tests/odt/markdown/listBlocks.md
deleted file mode 100644
index 22c77bb2b..000000000
--- a/tests/odt/markdown/listBlocks.md
+++ /dev/null
@@ -1,6 +0,0 @@
-<text:list xml:id="list2666723676250588421" text:style-name="L6">
-<text:list-header>
-<text:p text:style-name="P1">Indented text in a list.</text:p>
-</text:list-header>
-<text:list-item>
-<text:p text:style-name="P1">This is a numbered block.<text:line-break/>It contains several paragraphs of text.<text:line-break/>Like this.</text:p></text:list-item><text:list-item><text:p text:style-name="P1">Next item.</text:p></text:list-item></text:list></office:text></office:body></office:document-content> \ No newline at end of file
diff --git a/tests/odt/markdown/paragraph.md b/tests/odt/markdown/paragraph.md
deleted file mode 100644
index 0a822e322..000000000
--- a/tests/odt/markdown/paragraph.md
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a paragraph.
-
-This is another paragraph.
-
-This is a third one. \ No newline at end of file
diff --git a/tests/odt/markdown/strikeout.md b/tests/odt/markdown/strikeout.md
deleted file mode 100644
index 6ae4571dd..000000000
--- a/tests/odt/markdown/strikeout.md
+++ /dev/null
@@ -1 +0,0 @@
-Here comes text that was ~~striken out~~. \ No newline at end of file
diff --git a/tests/odt/markdown/trackedChanges.md b/tests/odt/markdown/trackedChanges.md
deleted file mode 100644
index f0bd478a3..000000000
--- a/tests/odt/markdown/trackedChanges.md
+++ /dev/null
@@ -1 +0,0 @@
-Some text with and inserted text. \ No newline at end of file
diff --git a/tests/odt/markdown/underlined.md b/tests/odt/markdown/underlined.md
deleted file mode 100644
index 05fb92379..000000000
--- a/tests/odt/markdown/underlined.md
+++ /dev/null
@@ -1 +0,0 @@
-Here comes *underlined* text \ No newline at end of file