Skip to content

Commit 95b392f

Browse files
committed
doc: Update README.md
1 parent d8fbf23 commit 95b392f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function App() {
2727
onChange={(env) => setCode(evn.target.value)}
2828
padding={24}
2929
style={{
30-
fontFamily: '"Fira code", "Fira Mono", monospace',
30+
fontFamily: 'ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace',
3131
fontSize: 12,
3232
}}
3333
/>
@@ -76,4 +76,16 @@ npm run build
7676
```
7777

7878
The build is minified and the filenames include the hashes.
79-
Your app is ready to be deployed!
79+
Your app is ready to be deployed!
80+
81+
## Related
82+
83+
- [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror): CodeMirror component for React.
84+
- [@uiw/react-md-editor](https://github.com/uiwjs/react-md-editor): A simple markdown editor with preview, implemented with React.js and TypeScript.
85+
- [@uiw/react-monacoeditor](https://github.com/jaywcjlove/react-monacoeditor): Monaco Editor component for React.
86+
- [@uiw/react-markdown-editor](https://github.com/uiwjs/react-markdown-editor): A markdown editor with preview, implemented with React.js and TypeScript.
87+
- [@uiw/react-markdown-preview](https://github.com/jaywcjlove/react-monacoeditor): React component preview markdown text in web browser.
88+
89+
## License
90+
91+
Licensed under the MIT License.

0 commit comments

Comments
 (0)