react-native-markdown-package
react-native-markdown-package copied to clipboard
React native markdown package is a Library for implementing markdown syntax in React Native
Hello, I was unable to display images because of they are saved with their file names in database. I am sending for your review.
Hi, Andang, first of all thank you for creating this open source repo for everyone to use ✨ Really appreciate the work to create and maintain this repo. I have...
I am using the latest ver 1.8.2. When i put text between single underscore or asterisk _itali_ or *italic* It don't make it italic. For double underscore it make it...
Hi there, I've made a small bugfix to the main render component of the library. Specifically, I removed an undefined property that was being passed in the style prop of...
Everything has its own styling like so... collectiveMd: { heading1: { color: 'red' }, heading2: { color: 'green', textAlign: "right" }, strong: { color: 'blue' }, em: { color: 'cyan'...
Hey there! I'm using this package for a small project and I realized you render images with the react-native Image component which does not support SVG files. I made some...
I felt like if the default text styles like font style size is changed, the bullets and numbered list numbers should also match to the default text styles automatically. Though...
As it's not the tags (eg. not `p` but `paragraph`) rendered to the elements, I miss a complete list of all the classes that become accessible in the markdown run....