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
Is a 100% compatible CommonMark renderer, a react-native markdown renderer done right. This is __not__
3
+
Is a 100% compatible CommonMark renderer, a react-native markdown renderer done right. This is __not__
4
4
a web-view markdown renderer but a renderer that uses native components for all its elements. These components can be overwritten when needed as seen in the examples.
5
5
6
-
To give a summary of the supported syntax react-native-markdown-renderer supports.
To give a summary of the supported syntax react-native-markdown-renderer supports.
15
+
8
16
- Tables
9
17
- Heading 1 > 6
10
18
- Horizontal Rules
@@ -20,20 +28,21 @@ To give a summary of the supported syntax react-native-markdown-renderer support
20
28
- Syntax highlighting
21
29
- Links
22
30
- Images
23
-
- 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.
24
-
25
-
26
-
### tested on:
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.
0 commit comments