diff options
Diffstat (limited to 'themes/hugo-book/assets/katex.json')
| -rw-r--r-- | themes/hugo-book/assets/katex.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/hugo-book/assets/katex.json b/themes/hugo-book/assets/katex.json new file mode 100644 index 0000000..1eba855 --- /dev/null +++ b/themes/hugo-book/assets/katex.json @@ -0,0 +1,7 @@ +{ + "delimiters": [ + {"left": "$$", "right": "$$", "display": true}, + {"left": "\\(", "right": "\\)", "display": false}, + {"left": "\\[", "right": "\\]", "display": true} + ] +}
\ No newline at end of file |
