That's because Google don't have the common sense to support MathML.
tarpitWriterOptions :: WriterOptions
tarpitWriterOptions = defaultHakyllWriterOptions
- { writerHTMLMathMethod = MathML Nothing }
+ { writerHTMLMathMethod = MathJax "" }
-- tarpit compiler
tarpitCompiler :: Compiler (Item String)
<link href='/css/fonts.css' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
+ <script type="text/javascript"
+ src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+ </script>
</head>
<body>