> ## Documentation Index
> Fetch the complete documentation index at: https://uom-demo.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SyntaxHighlighter

SyntaxHighlighter component, using react-shiki
Use it by passing to `defaultComponents` in `markdown-text.tsx`

## Example

```ts theme={null}
const defaultComponents = memoizeMarkdownComponents({
  SyntaxHighlighter,
  h1: //...
  //...other elements...
});
```
