react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
React Native 100% compatible CommonMark renderer
I'm using react native with react version 17.0.1 and it seems not working well together. Could you spend a little time to make it work? Thanks a lot!
Which rules do i have to use, to only render text? My usecase is, that i want to render a small preview of the markdown. So i only need the...
The style documentation does not seem to include all style options. I found these here: https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/styles.js It may help to add this to the documentation. Great library!
Need to be able to edit the content. Should be an easy fix. Just replace `````` with ``````. This will allow nested text input rendering across both platforms. (And most...
i try to copy code example ,but it can't not work ,no hightlighting style to effect.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
I have tried everything in custom styling, but nothing works on Android while on iOS single "textAlign: center" works without any problems ``` strong: { fontSize: 18, color: Colors.darkBlueFont, fontFamily:...
I am trying to pass a custom `markdownit` prop with the `commonmark` param like so: ``` const content = `This should mean that the following: Hello World results in the...
https://github.com/iamacup/react-native-markdown-display