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-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ And some additional, less used options:
326
326
327
327
#### Step 1
328
328
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:
330
330
331
331
332
332
```jsx
@@ -1022,13 +1022,6 @@ A full list of things you can turn off is [here](https://github.com/markdown-it/
1022
1022
1023
1023
1024
1024
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
-
1032
1025
### Other Notes
1033
1026
1034
1027
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