🐛 Bug Report
It looks like on the React Native website we currently experiencing MDX parsing issue inside the markdown table:
One of color hashes is not rendered in code block besides that the both entries are using the same code:
Issue preview

Yes.
To Reproduce
(Write your steps here:)
- Visit https://reactnative.dev/docs/next/button#color
- Check out the
#2196F3 formatting in the table
Or
- Follow https://github.com/facebook/react-native-website#%EF%B8%8F-getting-started
- Go to http://localhost:3000/docs/next/button#color
- Check out the
#2196F3 formatting in the table
Expected behavior
#2196F3 string should be formatted as code block.
Actual Behavior
#2196F3 is not correctly formatted.
Your Environment
- Docusaurus version used:
2.0.0-alpha.66
- Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0): Not browser dependent, Node LTS and Latest
Reproducible Demo
🐛 Bug Report
It looks like on the React Native website we currently experiencing MDX parsing issue inside the markdown table:
One of color hashes is not rendered in code block besides that the both entries are using the same code:
Issue preview
Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
(Write your steps here:)
#2196F3formatting in the tableOr
#2196F3formatting in the tableExpected behavior
#2196F3string should be formatted as code block.Actual Behavior
#2196F3is not correctly formatted.Your Environment
2.0.0-alpha.66Reproducible Demo