Skip to content

Commit 66a65fb

Browse files
committed
readme updates
1 parent 61f8246 commit 66a65fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,9 @@ export default class Page extends PureComponent {
688688
| `em` | `em` |
689689
| `s` | `s` |
690690
| `blockquote` | `blockquote` |
691-
| `bullet_list` | `bullet_list`, `bullet_list_icon`, `bullet_list_content` |
692-
| `ordered_list` | `ordered_list`, `ordered_list_icon`, `ordered_list_content` |
693-
| `list_item` | `list_item` |
691+
| `bullet_list` | `bullet_list` |
692+
| `ordered_list` | `ordered_list` |
693+
| `list_item` | `list_item` - This is a special case that contains a set of pseudo classes that don't align to the render rule: `ordered_list_icon`, `ordered_list_content`, `bullet_list_icon`, `bullet_list_content` |
694694
| `code_inline` | `code_inline` |
695695
| `code_block` | `code_block` |
696696
| `fence` | `fence` |
@@ -712,7 +712,6 @@ export default class Page extends PureComponent {
712712
| `inline` | `inline` |
713713
| `span` | `span` |
714714

715-
716715
# Handling Links
717716

718717
Links, by default, will be handled with the `import { Linking } from 'react-native';` import and `Linking.openURL(url);` call.

0 commit comments

Comments
 (0)