Describe the Feature
Contrast of multi-line and inline tags typically used for code and preformatted text could be improved. As you can see from the example, there is inadequate differentiation of the text and the grey on the lighter color makes it hard to see.

Since you folks use react-markdown, my suggestion would be:
- Pass components via the
components prop on Markdown from react-markdown, overloading code and pre
- Use react-syntax-highlighter + hljs in the overloaded components
- Pick a theme from https://highlightjs.org/examples, for example
github-dark
Environment where you would like to have this feature available:
- OS: [e.g. iOS] Linux, macOS
- Browser [e.g. chrome, safari] Zen (Firefox)
- Version [e.g. 22] 0.3.1
Additional context
Add any other context about the problem here.
Describe the Feature
Contrast of multi-line and inline tags typically used for code and preformatted text could be improved. As you can see from the example, there is inadequate differentiation of the text and the grey on the lighter color makes it hard to see.
Since you folks use react-markdown, my suggestion would be:
componentsprop onMarkdownfromreact-markdown, overloadingcodeandpregithub-darkEnvironment where you would like to have this feature available:
Additional context
Add any other context about the problem here.