From 7f8a3c6cb70e61666598873dbcea8ef45ab85b56 Mon Sep 17 00:00:00 2001 From: hftf Date: Fri, 27 Oct 2017 18:45:00 -0400 Subject: Consistent underline for Readers (#2270) * Added underlineSpan builder function. This can be easily updated if needed. The purpose is for Readers to transform underlines consistently. * Docx Reader: Use underlineSpan and update test * Org Reader: Use underlineSpan and add test * Textile Reader: Use underlineSpan and add test case * Txt2Tags Reader: Use underlineSpan and update test * HTML Reader: Use underlineSpan and add test case --- test/textile-reader.textile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/textile-reader.textile') diff --git a/test/textile-reader.textile b/test/textile-reader.textile index cb9a68313..cca0b83f7 100644 --- a/test/textile-reader.textile +++ b/test/textile-reader.textile @@ -149,6 +149,7 @@ h1. Inline Markup This is _emphasized_, and so __is this__. This is *strong*, and so **is this**. +This is +inserted+, and this is -deleted-. Hyphenated-words-are-ok, as well as strange_underscore_notation. A "*strong link*":http://www.foobar.com. -- cgit v1.2.3