Skip to content

Commit

Permalink
Add improved docs
Browse files Browse the repository at this point in the history
Closes GH-657

Reviewed-by: Merlijn Vos <merlijn@soverin.net>
  • Loading branch information
wooorm committed Nov 29, 2021
1 parent 8e07e9c commit 4185f06
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 89 deletions.
2 changes: 2 additions & 0 deletions lib/react-markdown.js
Expand Up @@ -65,6 +65,8 @@ const deprecated = {
}

/**
* React component to render markdown.
*
* @param {ReactMarkdownOptions} options
* @returns {ReactElement}
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-markdown",
"version": "7.1.0",
"description": "Render Markdown as React components",
"description": "React component to render markdown",
"license": "MIT",
"keywords": [
"remark",
Expand Down

0 comments on commit 4185f06

Please sign in to comment.