From cf306f34e5e23a1416b598766ca73d63d7367283 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 21 Mar 2017 15:41:58 +0100 Subject: Plain writer: use _(..) or ^(..) for super/subscript... ...unless unicode super/subscripted characters are available. --- test/writer.opml | 2 +- test/writer.plain | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/writer.opml b/test/writer.opml index 0b621823e..51b0cb2d5 100644 --- a/test/writer.opml +++ b/test/writer.opml @@ -46,7 +46,7 @@ - + diff --git a/test/writer.plain b/test/writer.plain index f34af9100..175efb608 100644 --- a/test/writer.plain +++ b/test/writer.plain @@ -448,9 +448,9 @@ This is code: >, $, \, \$, . ~~This is _strikeout_.~~ -Superscripts: abcd a_hello_ ahello there. +Superscripts: a^(bc)d a^(_hello_) a^(hello there). -Subscripts: H₂O, H₂₃O, Hmany of themO. +Subscripts: H₂O, H₂₃O, H_(many of them)O. These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d. -- cgit v1.2.3