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
+45-24Lines changed: 45 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,41 @@
1
-
# (beta) React Native Markdown Renderer
2
-
3
-
React Native 100% compatible CommonMark renderer, this renderer uses markdown-it as
4
-
its base to tokenise the markdown, after that a ast is generated and given to the AstRenderer.
1
+
# React Native Markdown Renderer
2
+
3
+
Is a 100% compatible CommonMark renderer, a react-native markdown renderer done right. This is __not__
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
+
6
+
To give a summary of the supported syntax react-native-markdown-renderer supports.
- 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