You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The `Markdown` component accepts the following props:
74
74
|`text`|`string`|**Required**. The Markdown text to render. |
75
75
|`onLinkPress`|`(href: string) => void`| Function to handle link presses. Allows overriding the default behavior when a link is clicked. |
76
76
|`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)|
78
78
|`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`. |
79
79
|`debug`|`boolean`| Enables debug mode. Available only in web. |
0 commit comments