Skip to content

Commit 8900227

Browse files
committed
fix
1 parent 86f0f26 commit 8900227

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ And some additional, less used options:
326326

327327
#### Step 1
328328

329-
Identify the new components and integrate the plugin with a rendered compoonent. We can use the `debugPrintTree` property to see what rules we are rendering:
329+
Identify the new components and integrate the plugin with a rendered component. We can use the `debugPrintTree` property to see what rules we are rendering:
330330

331331

332332
```jsx
@@ -1022,13 +1022,6 @@ A full list of things you can turn off is [here](https://github.com/markdown-it/
10221022

10231023

10241024

1025-
### TODO
1026-
1027-
- [ ] Code highlighting
1028-
- [ ] Provide options for customising image display (fit image)
1029-
- [x] Rework styles and rules - the way it is all applied works but is annoying to, for instance, change the text color of everything.
1030-
1031-
10321025
### Other Notes
10331026

10341027
This is a fork of [react-native-markdown-renderer](https://github.com/mientjan/react-native-markdown-renderer), a library that unfortunately has not been updated for some time so i took all of the outstanding pull requests from that library and tested + merged as necessary.

0 commit comments

Comments
 (0)