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
+5-5
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A component for rendering Markdown in React Native with native components, worki
12
12
13
13
## Usage
14
14
15
-
All you need is import the `react-native-simple-markdown` and then use the
15
+
All you need to do is import the `react-native-simple-markdown` and then use the
16
16
`<Markdown />` component.
17
17
18
18
```js
@@ -61,7 +61,7 @@ const markdownStyles = {
61
61
## Properties
62
62
### `styles`
63
63
64
-
`<Markdown />` will apply its style by default. However you can pass a `styles` prop to customize it has you want.
64
+
`<Markdown />` will apply its style by default. However you can pass a `styles` prop to customize it has you wish.
65
65
66
66
Example:
67
67
@@ -116,7 +116,7 @@ Example:
116
116
</Markdown>
117
117
```
118
118
119
-
`whitelist` will only apply the default styles for `link` and `url`, while `blacklist` will do the opposite. You don't need to pass in a rules prop that contained a key for all the styles you don't want and reimplement their styling output anymore.
119
+
`whitelist` will only apply `link` and `url` default styles, while `blacklist` will do the opposite. You don't need to pass in a rules prop that contained a key for all the styles you don't want and reimplement their styling output anymore.
120
120
121
121
### Styles
122
122
@@ -134,7 +134,7 @@ Example:
134
134
| `list` | `<View>` | Also `listItem` (`<View>`), `listItemBullet` (`<Text>`), `listItemBulletType` (`Unicode character`), `listItemNumber` (`<Text>`) and `listItemText` (`<Text>`) |
135
135
| `mailTo` | `<Text>` | - |
136
136
| `paragraph` | `<Text>` | - |
137
-
| `plainText` | `<Text>` | Use for styling text without any associated styles |
137
+
| `plainText` | `<Text>` | Used for styling text without any associated styles |
0 commit comments