mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Make it possible to enable katex and mathjax globally in config.toml (#241)
* Add \\( and \\[ as mathjax delimiters * Make it possible to enable katex and mathjax globally in config.toml
This commit is contained in:
@@ -14,6 +14,8 @@ katex = "true"
|
||||
+++
|
||||
```
|
||||
|
||||
If you want to enable KaTeX or MathJax for all post, add `katex = ture` or `math = true` in `config.toml` in `[params]` section.
|
||||
|
||||
It's almost a dropin alternative to the mathjax solution,you should just choose one of them.
|
||||
|
||||
Inline math looks like this
|
||||
|
||||
Reference in New Issue
Block a user