From 77aed9225bc0fbb90459a2ead7d99de9aaf1796f Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Tue, 26 Aug 2008 00:30:10 -0700 Subject: Adding old MarkdownTest.pl tests. --- MarkdownTest/Tests/Links, shortcut references.text | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 MarkdownTest/Tests/Links, shortcut references.text (limited to 'MarkdownTest/Tests/Links, shortcut references.text') diff --git a/MarkdownTest/Tests/Links, shortcut references.text b/MarkdownTest/Tests/Links, shortcut references.text new file mode 100755 index 0000000..8c44c98 --- /dev/null +++ b/MarkdownTest/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 -- cgit v1.2.3