react-native-markdown-renderer icon indicating copy to clipboard operation
react-native-markdown-renderer copied to clipboard

React Native 100% compatible CommonMark renderer

Results 98 react-native-markdown-renderer issues
Sort by recently updated
recently updated
newest added
trafficstars

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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=markdown-it&from_version=8.4.2&to_version=12.3.2&pr_id=342e2828-9f16-4bc8-b8ca-d557c89f2899&visibility=true&has_feature_flag=false) #### 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