-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Fix code syntax highlighting #3563
[Docs] Fix code syntax highlighting #3563
Conversation
…ode syntax highlighting
These are meant to be json, though, not js |
Yes, you're right. It's just a trick. The original format is JSON, but there were syntax elements such as eslint-plugin-react/docs/rules/boolean-prop-naming.md Lines 51 to 60 in 4a92667
|
66958f4
to
bf97220
Compare
I found |
bf97220
to
13f5c19
Compare
Codecov Report
@@ Coverage Diff @@
## master #3563 +/- ##
=======================================
Coverage 97.62% 97.62%
=======================================
Files 132 132
Lines 9295 9295
Branches 3400 3400
=======================================
Hits 9074 9074
Misses 221 221 |
I fixed the issue with code syntax highlighting that caused a red background line to appear.
Before
After