From cd0037684fa07ab8c858b64f59698cccc0495dac Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Mon, 29 Jul 2024 16:29:14 +0200 Subject: [PATCH] docs(#144): improve understandability of snippets --- docs/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] } ```