From e6dde36622bc1f4adbd34934213cbcfb091376a2 Mon Sep 17 00:00:00 2001 From: Paul Rivier Date: Mon, 4 Oct 2010 21:00:32 +0200 Subject: removed support for textile Inserted construct --- src/Text/Pandoc/Writers/HTML.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Text/Pandoc/Writers/HTML.hs') diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index 55403af42..b8da4bec0 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -454,8 +454,6 @@ inlineToHtml opts inline = (Code str) -> return $ thecode << str (Strikeout lst) -> inlineListToHtml opts lst >>= return . (thespan ! [thestyle "text-decoration: line-through;"]) - (Inserted lst) -> inlineListToHtml opts lst >>= - return . (thespan ! [thestyle "text-decoration: underline;"]) (SmallCaps lst) -> inlineListToHtml opts lst >>= return . (thespan ! [thestyle "font-variant: small-caps;"]) (Superscript lst) -> inlineListToHtml opts lst >>= return . sup -- cgit v1.2.3