From bfa5ca01bc2ea97f041441ef7f4667decd76c5c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 18 Dec 2011 11:08:04 -0800 Subject: HTML writer: Use `` for strikeout. --- tests/writer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.html b/tests/writer.html index e9f2b96f9..f38ad5079 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -424,7 +424,7 @@ Blah

This is strong and em.

So is this word.

This is code: >, $, \, \$, <html>.

-

This is strikeout.

+

This is strikeout.

Superscripts: abcd ahello ahello there.

Subscripts: H2O, H23O, Hmany of themO.

These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d.

-- cgit v1.2.3