Add MathJax rendering
This commit is contained in:
parent
15111fd8be
commit
528b427c43
11 changed files with 55 additions and 37 deletions
2
site.hs
2
site.hs
|
@ -78,6 +78,6 @@ customPandocCompiler =
|
|||
newExtensions = defaultExtensions `mappend` customExtensions
|
||||
writerOptions = defaultHakyllWriterOptions
|
||||
{ writerExtensions = newExtensions
|
||||
, writerHTMLMathMethod = MathML
|
||||
, writerHTMLMathMethod = MathJax ""
|
||||
}
|
||||
in pandocCompilerWith defaultHakyllReaderOptions writerOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue