How do I change the theme of the displayed content? #1429
-
Hi, im using react-markdown to display markdown content and wanted to display content in a dark mode theme. Is there a general setting that i can use? |
Beta Was this translation helpful? Give feedback.
Answered by
remcohaszing
Mar 20, 2025
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
B35000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-markdown
only renders the HTML. You can style it yourself with CSS, including dark mode support.