Skip to content

Commit

Permalink
Runtime - Added documentation for remarkPlugins (#1218)
Browse files Browse the repository at this point in the history
* added documentation for remarkPlugins

* Update readme.md

* edit the properties table
  • Loading branch information
dowi committed Oct 20, 2020
1 parent ea6a41c commit 5608c5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/runtime/readme.md
Expand Up @@ -25,10 +25,11 @@ npm i -S @mdx-js/runtime

The MDX Runtime component accepts two props:

| Name | Description |
| ------------ | ---------------------------------------------------------------- |
| `components` | Globally available components for the runtime |
| `scope` | Variables that are accessible in the JSX portion of the document |
| Name | Description |
| ----------------| ---------------------------------------------------------------- |
| `components` | Globally available components for the runtime |
| `scope` | Variables that are accessible in the JSX portion of the document |
| `remarkPlugins` | Array of remark plugins |

### Example code

Expand Down

1 comment on commit 5608c5f

@vercel
Copy link

@vercel vercel bot commented on 5608c5f Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.