Closed pdilyard closed 9 years ago
I'm new to react and was wondering if I could get a code example of custom styling. I've tried this so far:
<Markdown text={styles.text}> Some *really* basic **Markdown**. </Markdown>
But to no avail. It would be nice if there was an example of styling in the documentation.
<Markdown style={styles}> Some *really* basic **Markdown**. </Markdown>
is probably what you're looking for!
Great, thanks!
I'm new to react and was wondering if I could get a code example of custom styling. I've tried this so far:
But to no avail. It would be nice if there was an example of styling in the documentation.