You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://codesandbox.io/embed/react-markdown-editor-ybpce?file=/src/App.js)
This markdown preview sub-component is a direct export [`@uiw/react-markdown-preview`](https://github.com/uiwjs/react-markdown-preview) component, API documentation, please check [`@uiw/react-markdown-preview`](https://github.com/uiwjs/react-markdown-preview).
<MarkdownEditor.Markdown source="# This is a H1 \n## This is a H2 \n###### This is a H6"/>
94
+
);
95
+
}
96
+
97
+
exportdefaultApp;
98
+
```
99
+
84
100
## Custom Toolbars
85
101
86
102
[](https://codesandbox.io/embed/react-markdown-editorcustom-toolbars-forked-r9ocu?fontsize=14&hidenavigation=1&theme=dark)
0 commit comments