Skip to content

Commit

Permalink
docs(#144): improve understandability of snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 29, 2024
1 parent e15b5b4 commit cd00376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -59,7 +59,7 @@ following optional keys:
such as

```json
{
"tocOptions": {
"includeLevel": [2, 3]
}
```

0 comments on commit cd00376

Please sign in to comment.