Use KaTeX for client-side math rendering instead of MathJax
This commit is contained in:
parent
fe6d8d5839
commit
633507e193
26 changed files with 241 additions and 177 deletions
2
site.hs
2
site.hs
|
@ -123,7 +123,7 @@ customPandocCompiler =
|
|||
newExtensions = defaultExtensions `mappend` customExtensions
|
||||
writerOptions = defaultHakyllWriterOptions
|
||||
{ writerExtensions = newExtensions
|
||||
, writerHTMLMathMethod = MathJax ""
|
||||
, writerHTMLMathMethod = KaTeX ""
|
||||
}
|
||||
readerOptions = defaultHakyllReaderOptions
|
||||
in do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue