From 81157c7cc6ab72fc70bfba18f90c3f12142b7e4e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Aug 2014 15:49:43 -0700 Subject: HTML writer: use 'uri' or 'email' class for autolinks. This allows them to be styled specially. Closes #1501. --- tests/writer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/writer.html b/tests/writer.html index bbe835720..8b0877f33 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -480,7 +480,7 @@ Blah

Empty.

@@ -503,20 +503,20 @@ 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