MD (and MDX) source code blocks to be dark #15854
Unanswered
csantos1113
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a styling question, but first, the context:
When you do something like:
<Source code="const HI = 'hello';" dark />
You can explicitly indicate that you want that source code to use the dark colors:
Question:
Is there a way to force blocks of code (```) that are written in MDX or MD files to be dark? right now those code blocks are white.
Beta Was this translation helpful? Give feedback.
All reactions