{-# LANGUAGE CPP, TemplateHaskell #-} -- | Definitions for use of ASCIIMathML in HTML. -- (See .) module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where import Text.Pandoc.Shared ( contentsOf ) import System.FilePath ( () ) -- | String containing ASCIIMathML javascript. asciiMathMLScript :: String #ifndef __HADDOCK__ asciiMathMLScript = "\n" #endif