diff options
-rw-r--r-- | Text/Pandoc/LaTeXMathML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Text/Pandoc/LaTeXMathML.hs b/Text/Pandoc/LaTeXMathML.hs index de0d3875f..1eb3c23cc 100644 --- a/Text/Pandoc/LaTeXMathML.hs +++ b/Text/Pandoc/LaTeXMathML.hs @@ -1,6 +1,6 @@ {-# LANGUAGE CPP, TemplateHaskell #-} -- | Definitions for use of LaTeXMathML in HTML. --- (See http://math.etsu.edu/LaTeXMathML/) +-- (See <http://math.etsu.edu/LaTeXMathML/>) module Text.Pandoc.LaTeXMathML ( latexMathMLScript ) where import Text.Pandoc.TH ( contentsOf ) import System.FilePath ( (</>) ) |