We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2144908 commit f68451eCopy full SHA for f68451e
README.md
@@ -34,6 +34,10 @@
34
npm i @uiwjs/react-markdown-editor
35
```
36
37
+## Document
38
+
39
+Official document [demo preview](http://uiw.gitee.io/react-markdown-editor/) ([🇨🇳中国镜像网站](http://uiw.gitee.io/react-markdown-editor/))
40
41
## Basic Usage
42
43
```jsx
@@ -93,6 +97,8 @@ ReactDOM.render(
93
97
- toolbars (*array*) - Tool display settings.
94
98
- onChange (*function(editor: IInstance, data: CodeMirror.EditorChange, value: string)*) - called when a change is made (**required**)
95
99
100
+> [Other Props Options](https://github.com/uiwjs/react-markdown-editor/blob/8de6abbf628b6d272d7da1c28e985fbbcba71b93/src/components/CodeMirror/index.tsx#L21-L60)
101
96
102
103
### Development
104
0 commit comments