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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# react-code-view
1
+
# React Code View
2
2
3
-
`react-code-view` is a React component based on `codemirror` and `marked`. It enables `jsx` code in `markdown`to be rendered to the page.
3
+
**React Code View** can render source code in markdown documents. And brings you the ability to render React components with editable source code and live preview.
Copy file name to clipboardExpand all lines: docs/example.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
---
4
4
5
-
`react-code-view` is a React component based on `codemirror` and `marked`. It enables `jsx` code in `markdown`to be rendered to the page.
5
+
**React Code View** can render source code in markdown documents. And brings you the ability to render React components with editable source code and live preview.
0 commit comments