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

Being able to style images in markdown

Open kaleb-dev opened this issue 2 years ago • 0 comments

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 

kaleb-dev avatar Jul 03 '23 23:07 kaleb-dev