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/html-reader.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/html-reader.html') diff --git a/test/html-reader.html b/test/html-reader.html index 3bd5e4ce3..a2bca5d2c 100644 --- a/test/html-reader.html +++ b/test/html-reader.html @@ -317,6 +317,8 @@ These should not be escaped: \$ \\ \> \[ \{

So is this word.

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

This is small caps.

+

These are all underlined: foo and bar.

+

These are all strikethrough: foo, bar, and baz.


Smart quotes, ellipses, dashes

"Hello," said the spider. "'Shelob' is my name."

-- cgit v1.2.3