aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-09-08 02:54:17 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-09-08 02:54:17 +0000
commit2e893b43c4b0536957d46289e7f64b4943734bda (patch)
treec7caf1f45aff7ea85c88086edc01b1cd5d92c019
parent5c029594835c531a3c66aad2b51872ec1f04541c (diff)
downloadpandoc-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
-rw-r--r--Text/Pandoc/LaTeXMathML.hs2
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 ( (</>) )