Skip to content

Commit 4185f06

Browse files
authored
Add improved docs
Closes GH-657 Reviewed-by: Merlijn Vos <merlijn@soverin.net>
1 parent 8e07e9c commit 4185f06

File tree

3 files changed

+245
-89
lines changed

3 files changed

+245
-89
lines changed

lib/react-markdown.js

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ const deprecated = {
6565
}
6666

6767
/**
68+
* React component to render markdown.
69+
*
6870
* @param {ReactMarkdownOptions} options
6971
* @returns {ReactElement}
7072
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-markdown",
33
"version": "7.1.0",
4-
"description": "Render Markdown as React components",
4+
"description": "React component to render markdown",
55
"license": "MIT",
66
"keywords": [
77
"remark",

0 commit comments

Comments
 (0)