Bump KaTeX version to 0.11.1
This commit is contained in:
parent
60ce075370
commit
b976486f1f
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ defaultMathJaxURL :: String
|
|||
defaultMathJaxURL = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/"
|
||||
|
||||
defaultKaTeXURL :: String
|
||||
defaultKaTeXURL = "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/"
|
||||
defaultKaTeXURL = "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/"
|
||||
|
||||
$(deriveJSON defaultOptions ''ReaderOptions)
|
||||
|
||||
|
|
Loading…
Reference in a new issue