summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/links_shortcut_references.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/original/links_shortcut_references.md')
-rw-r--r--packages/markdown/marked/test/original/links_shortcut_references.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/original/links_shortcut_references.md b/packages/markdown/marked/test/original/links_shortcut_references.md
new file mode 100644
index 00000000..0ff031fa
--- /dev/null
+++ b/packages/markdown/marked/test/original/links_shortcut_references.md
@@ -0,0 +1,24 @@
+---
+pedantic: true
+---
+
+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