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

This is because the local URI must start with "file://" on Android. (For iOS, it works well whether it starts with "file://".) When image URI starts with "file://", markdown-it is...

I noticed this while opening #57 but didn't want to combine 2 bugs into 1 issue. When an ordered list is rendered, the numbers don't have a period after them....

hello, i need to read from the rules some custom data that i want pass as props to the markdown component. is possible to expose the instance of the component...

in Expo below error occured ``` The package at "node_modules/markdown-it/lib/index.js" attempted to import the Node standard library module "punycode". It failed because React Native does not include the Node standard...

I try to give the Markdown text `lineHeight` styling, but somehow it just ignores it. This is what I tried: ```javascript const styles = { text: { fontFamily: "Avenir", color:...

trying to render this `XYZ` will throw exception: `Invariant Violation: Nesting of within is currently not supported.` I can see why it happens but don't know how to solve it.

Markdown: ``` ~~FOO ~~ PLAIN TEXT ~~ BAR-~~ ``` Expected: ![image](https://user-images.githubusercontent.com/516977/41053827-80c20246-6971-11e8-95b4-bf2406085933.png) Actual: ![image](https://user-images.githubusercontent.com/516977/41053854-95362d74-6971-11e8-9733-296269b9ede1.png) Tested on react-native-markdown-renderer v3.2.8.

The string I pass to the `Markdown` component contains newline characters, e.g. `Foo\nbar\nbaz`. I would expect that single newline characters are interpreted as word separators, so this would be rendered...

First of all, thank you for a great library. I've tried a couple of other RN markdown libraries and none come close to yours. 😄 Came across a use case...

When trying to render the following ``` **2. Find a pattern (addition, subtraction) \n With five components** ``` It breaks on android, specifically where the " \n " is (note...