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 8e07e9c commit 4185f06Copy full SHA for 4185f06
lib/react-markdown.js
@@ -65,6 +65,8 @@ const deprecated = {
65
}
66
67
/**
68
+ * React component to render markdown.
69
+ *
70
* @param {ReactMarkdownOptions} options
71
* @returns {ReactElement}
72
*/
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-markdown",
3
"version": "7.1.0",
4
- "description": "Render Markdown as React components",
+ "description": "React component to render markdown",
5
"license": "MIT",
6
"keywords": [
7
"remark",
0 commit comments