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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ To give a summary of the supported syntax react-native-markdown-renderer support
30
30
- Images
31
31
- Plugins for **extra** syntax support, [see plugins](https://www.npmjs.com/browse/keyword/markdown-it-plugin). Because this markdown-renderer uses markdown-it as its base it also supports all its plugins and subsequent extra language support.
32
32
33
-
34
33
### Tested on:
35
34
36
35
|[]| react | react-native | version |
@@ -40,13 +39,10 @@ To give a summary of the supported syntax react-native-markdown-renderer support
- fixed issue where headers would now break to new line. Mient-jan Stelling 1/19/18, 12:54
37
+
- fixed issue where images would not render. Mient-jan Stelling 1/19/18, 12:33
38
+
- fixed issue where you could not set a general fontSize fo all copy. #17 Mient-jan Stelling 1/19/18, 12:06
39
+
- adding small function so example wont break when starting it. Mient-jan Stelling 1/18/18, 18:55
40
+
- updating to 3.0.0 because of breaking changes Mient-jan Stelling 1/18/18, 18:48
41
+
- updating package.json to new react and react-native versions Mient-jan Stelling 1/18/18, 18:47
42
+
- refactoring code so it will be easier to add plugins Mient-jan Stelling 1/18/18, 18:46
43
+
- updating example code base Mient-jan Stelling 1/18/18, 18:39
44
+
- adding watcher, for better development of component Mient-jan Stelling 1/18/18, 18:36
45
+
- converting to new rule names, ul = bullet_list li = ordered_list a = link br = softbreak h1 <> h6 = heading1 <> heading6 Mient-jan Stelling 1/16/18, 14:13
46
+
- adding type convert function for better support of new of writing tags. Mient-jan Stelling 1/16/18, 11:57
0 commit comments