From 8c48bd8feb97e6c291df2e0ca09f62fb34711d33 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 6 Jan 2013 20:51:51 -0800 Subject: Don't put the text of an autolink in Code font. --- tests/writer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/writer.html') diff --git a/tests/writer.html b/tests/writer.html index 045e0dbff..ce3d7cae6 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -524,10 +524,10 @@ document.write(''+'Email link'+'<\/'+'a'+'>')

Here’s an inline link.

Here’s an inline link in pointy braces.

-

With an ampersand: http://example.com/?foo=1&bar=2

+

With an ampersand: http://example.com/?foo=1&bar=2

An e-mail address:

-

Blockquoted: http://example.com/

+

Blockquoted: http://example.com/

Auto-links should not occur here: <http://example.com/>

or here: <http://example.com/>
-- cgit v1.2.3