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