diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-08 02:54:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-08 02:54:17 +0000 |
commit | 2e893b43c4b0536957d46289e7f64b4943734bda (patch) | |
tree | c7caf1f45aff7ea85c88086edc01b1cd5d92c019 /Text/Pandoc | |
parent | 5c029594835c531a3c66aad2b51872ec1f04541c (diff) | |
download | pandoc-2e893b43c4b0536957d46289e7f64b4943734bda.tar.gz |
Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1427 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Text/Pandoc')
-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 ( (</>) ) |