Awesome React Markdown Editor
npm install armdeTo run the example app, run:
```
$ cd example
$ npm start
jsx
import { ArmdeWrapper } from 'armde';function App() {
return ;
}
`2. Using ArmdeWrapper with no style
`jsx
import { ArmdeWrapper } from 'armde';function App() {
return ;
}
`3. Using ArmdeEditor and ArmdeViewer
`jsx
import { ArmdeEditor, ArmdeViewer, ArmdeConnection } from 'armde';function App() {
const connection = new ArmdeConnection();
return (
<>
>
);
}
`4. Using ArmdeEditor and ArmdeViewer with no style
`jsx
import { ArmdeEditor, ArmdeViewer, ArmdeConnection } from 'armde';function App() {
const connection = new ArmdeConnection();
return (
<>
>
);
}
``