Skip to content

Commit

Permalink
chore: cuter styles
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Dec 30, 2023
1 parent 68d730f commit 07e8648
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=JetBrains+Mono&display=swap"
rel="stylesheet"
/>
<link
Expand Down Expand Up @@ -55,7 +55,7 @@
\mathbb{N} = \{ a \in \mathbb{Z} : a > 0 \}
```

You can even include custom React components if you declare them in the "overrides" option.
You can even include custom React components if you declare them in the [`overrides` option](https://github.com/quantizor/markdown-to-jsx/blob/main/README.md#optionsoverrides---rendering-arbitrary-react-components).

<MyComponent>Isn't that cool?</MyComponent>
</script>
Expand Down
Loading

0 comments on commit 07e8648

Please sign in to comment.