From 870e63be7360b5a0097a27656048e853bc720464 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jul 2014 22:29:16 -0700 Subject: Initial commit --- oldtests/Original/Links_reference_style.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 oldtests/Original/Links_reference_style.html (limited to 'oldtests/Original/Links_reference_style.html') diff --git a/oldtests/Original/Links_reference_style.html b/oldtests/Original/Links_reference_style.html new file mode 100644 index 0000000..6d78b96 --- /dev/null +++ b/oldtests/Original/Links_reference_style.html @@ -0,0 +1,28 @@ +

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