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 ac33e63 commit f6eb0fcCopy full SHA for f6eb0fc
README.md
@@ -89,6 +89,8 @@ ReactDOM.render(
89
## Props
90
91
- value (*string*) - the raw markdown that will be converted to html (**required**)
92
+- visble (*boolean*) - Shows a preview that will be converted to html.
93
+- toolbars (*array*) - Tool display settings.
94
- onChange (*function(editor: IInstance, data: CodeMirror.EditorChange, value: string)*) - called when a change is made (**required**)
95
96
0 commit comments