react-native-markdown-package
react-native-markdown-package copied to clipboard
Being able to style images in markdown
Everything has its own styling like so...
collectiveMd: { heading1: { color: 'red' }, heading2: { color: 'green', textAlign: "right" }, strong: { color: 'blue' }, em: { color: 'cyan' },
but images don't have styling. Or is there?
if not can you please consider adding it? Thanks