Skip to content

Commit

Permalink
Merge pull request #145 from jannis-baum/issue/144-improve-customizat…
Browse files Browse the repository at this point in the history
…ion-snippets

Improve customization snippets
  • Loading branch information
jannis-baum authored Jul 29, 2024
2 parents e15b5b4 + cd00376 commit da5023c
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 da5023c

Please sign in to comment.