Skip to content

Commit

Permalink
Add missing option in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 18, 2024
1 parent 53b33ef commit 3c29636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ An MDX rehype plugin for transforming markdown code meta into JSX props.

#### Options

- `elementAttributeNameCase` (`'html' | 'react'`): The casing to use for attribute names. This
should match the `elementAttributeNameCase` value passed to MDX. (Default: `'react'`)
- `tagName` (`'code' | 'pre'`): The tag name to add the attributes to. (Default: `'pre'`)

## Compatibility
Expand Down

0 comments on commit 3c29636

Please sign in to comment.