summaryrefslogtreecommitdiff
path: root/tests/MarkdownTest_1.0.3/Tests/Links, shortcut references.text
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MarkdownTest_1.0.3/Tests/Links, shortcut references.text')
-rw-r--r--tests/MarkdownTest_1.0.3/Tests/Links, shortcut references.text20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/MarkdownTest_1.0.3/Tests/Links, shortcut references.text b/tests/MarkdownTest_1.0.3/Tests/Links, shortcut references.text
new file mode 100644
index 000000000..8c44c98fe
--- /dev/null
+++ b/tests/MarkdownTest_1.0.3/Tests/Links, shortcut references.text
@@ -0,0 +1,20 @@
+This is the [simple case].
+
+[simple case]: /simple
+
+
+
+This one has a [line
+break].
+
+This one has a [line
+break] with a line-ending space.
+
+[line break]: /foo
+
+
+[this] [that] and the [other]
+
+[this]: /this
+[that]: /that
+[other]: /other