Skip to content

Commit f65adf4

Browse files
authored
docs: update README.md
1 parent 93d492f commit f65adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The `Markdown` component accepts the following props:
7474
| `text` | `string` | **Required**. The Markdown text to render. |
7575
| `onLinkPress` | `(href: string) => void` | Function to handle link presses. Allows overriding the default behavior when a link is clicked. |
7676
| `fontSize` | `number` | The global font size from which all other sizes inherit. Defaults to `14`. |
77-
| `styles` | `StyleSheetRecord` | An object containing styles to override the default styles. [List of available keys.](/#Supported tokens) |
77+
| `styles` | `StyleSheetRecord` | An object containing styles to override the default styles. [List of available keys.](#supported-tokens) |
7878
| `rules` | `Record<TokenKey, (key: number, props: Attributes) => ReactNode>` | An object containing rendering methods to override the rendering of specific Markdown elements. Available keys: same as in `styles`. |
7979
| `debug` | `boolean` | Enables debug mode. Available only in web. |
8080

0 commit comments

Comments
 (0)