aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/text_reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/text_reference.md')
-rw-r--r--library/parsedown/test/data/text_reference.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/library/parsedown/test/data/text_reference.md b/library/parsedown/test/data/text_reference.md
deleted file mode 100644
index 1a66a5cf6..000000000
--- a/library/parsedown/test/data/text_reference.md
+++ /dev/null
@@ -1,21 +0,0 @@
-[reference link][1]
-
-[1]: http://example.com
-
-[one][website] with a semantic name
-
-[website]: http://example.com
-
-[one][404] with no definition
-
-[multiline
-one][website] defined on 2 lines
-
-[one][Label] with a mixed case label and an upper case definition
-
-[LABEL]: http://example.com
-
-[one]
-[1] with the a label on the next line
-
-[`link`][website] \ No newline at end of file