diff --git a/docs/customization.md b/docs/customization.md index 847fdc0f..012ffdf4 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -45,7 +45,7 @@ following optional keys: [Available KaTeX options](https://katex.org/docs/options.html), such as ```json - { + "katexOptions": { "errorColor": "#cc0000", "macros": { "\\RR": "\\mathbb{R}" @@ -59,7 +59,7 @@ following optional keys: such as ```json - { + "tocOptions": { "includeLevel": [2, 3] } ```