From d411b104389bf4a458ebdd8f23998316b90b0aa3 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 2 Dec 2007 02:50:41 +0000 Subject: Put math in HTML inside . This way it can be distinguished from the surrounding text, e.g. put in a different font. Updated README accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1130 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/Writers/HTML.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Text/Pandoc/Writers/HTML.hs') diff --git a/Text/Pandoc/Writers/HTML.hs b/Text/Pandoc/Writers/HTML.hs index 70814eb15..dfc8f219d 100644 --- a/Text/Pandoc/Writers/HTML.hs +++ b/Text/Pandoc/Writers/HTML.hs @@ -411,7 +411,8 @@ inlineToHtml opts inline = GladTeX -> return $ tag "eq" << str PlainMath -> - inlineListToHtml opts (readTeXMath str)) + inlineListToHtml opts (readTeXMath str) >>= + return . (thespan ! [theclass "math"])) (TeX str) -> return noHtml (HtmlInline str) -> return $ primHtml str (Link [Code str] (src,tit)) | "mailto:" `isPrefixOf` src -> -- cgit v1.2.3