Skip to content

Commit 515971b

Browse files
committed
doc: Update README.md.
1 parent 9a8e38d commit 515971b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ Inherit custom color variables by adding [`.wmde-markdown-var`](https://github.c
850850
- `commandsFilter?: (command: ICommand, isExtra: boolean) => false | ICommand`: Filter or modify your commands.
851851
- `extraCommands?: ICommand[]`: Displayed on the right side of the toolbar.
852852
- `autoFocus?: true`: Can be used to make `Markdown Editor` focus itself on initialization.
853-
- `previewOptions?: ReactMarkdown.ReactMarkdownProps`: This is reset [@uiw/react-markdown-preview](https://github.com/uiwjs/react-markdown-preview/tree/e6e8462d9a5c64a7045e25adcb4928095d74ca37#options-props) settings.
853+
- `previewOptions?: ReactMarkdown.ReactMarkdownProps`: This is reset [@uiw/react-markdown-preview](https://github.com/uiwjs/react-markdown-preview/tree/0036dd51a25c00d5be6dc83aa978905c64750038?tab=readme-ov-file#options-props) settings.
854854
- `textareaProps?: TextareaHTMLAttributes`: Set the `textarea` related props.
855855
- ~~`renderTextarea?: (props, opts) => JSX.Element;`~~: `@deprecated` Please use ~~`renderTextarea`~~ -> `components`. Use div to replace TextArea or re-render TextArea. [#193](https://github.com/uiwjs/react-md-editor/issues/193)
856856
- `components`: re-render textarea/toolbar element. [#419](https://github.com/uiwjs/react-md-editor/issues/419)

0 commit comments

Comments
 (0)