Closed dsomel21 closed 5 years ago
I want to style my Markdown, but the examples don't really help.
Is it
heading1: { color: 'red'; font: 'Bebas' }
or
h1: { color: 'red' .... }
I tried both, but the styles are not changing whatsoever.
Found it here, kinda...
I just couldn't figure out WHAT it was factually generating.
https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/styles.js
I want to style my Markdown, but the examples don't really help.
Is it
or
I tried both, but the styles are not changing whatsoever.