Skip to content

Commit 3da92a8

Browse files
authored
docs: Update rehypePlugins default value in README
The default value for `rehypePlugins` in the README was updated to include `rehypeRaw`.
1 parent c0d45ca commit 3da92a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/streamdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Streamdown accepts all the same props as react-markdown, plus additional streami
160160
| `className` | `string` | - | CSS class for the container |
161161
| `components` | `object` | - | Custom component overrides |
162162
| `remarkPlugins` | `array` | `[remarkGfm, remarkMath]` | Remark plugins to use |
163-
| `rehypePlugins` | `array` | `[rehypeKatex]` | Rehype plugins to use |
163+
| `rehypePlugins` | `array` | `[rehypeRaw, rehypeKatex]` | Rehype plugins to use |
164164
| `allowedImagePrefixes` | `array` | `['*']` | Allowed image URL prefixes |
165165
| `allowedLinkPrefixes` | `array` | `['*']` | Allowed link URL prefixes |
166166
| `defaultOrigin` | `string` | - | Default origin to use for relative URLs in links and images |

0 commit comments

Comments
 (0)