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, reference style.html | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 MarkdownTest/Tests/Links, reference style.html (limited to 'MarkdownTest/Tests/Links, reference style.html') diff --git a/MarkdownTest/Tests/Links, reference style.html b/MarkdownTest/Tests/Links, reference style.html new file mode 100644 index 0000000..8e70c32 --- /dev/null +++ b/MarkdownTest/Tests/Links, reference style.html @@ -0,0 +1,52 @@ +

Foo bar.

+ +

Foo bar.

+ +

Foo bar.

+ +

With embedded [brackets].

+ +

Indented once.

+ +

Indented twice.

+ +

Indented thrice.

+ +

Indented [four][] times.

+ +
[four]: /url
+
+ +
+ +

this should work

+ +

So should this.

+ +

And this.

+ +

And this.

+ +

And this.

+ +

But not [that] [].

+ +

Nor [that][].

+ +

Nor [that].

+ +

[Something in brackets like this should work]

+ +

[Same with this.]

+ +

In this case, this points to something else.

+ +

Backslashing should suppress [this] and [this].

+ +
+ +

Here's one where the link +breaks across lines.

+ +

Here's another where the link +breaks across lines, but with a line-ending space.

-- cgit v1.2.3