-
Notifications
You must be signed in to change notification settings - Fork 70
Highlight challenge codeblock and inline-code #2840
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
Highlight challenge codeblock and inline-code #2840
Conversation
|
@flacial is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ub.com:flacial/c0d3-app into 2819-challenge-code-blocks-are-not-highlighted
…de-blocks-are-not-highlighted
Codecov Report
@@ Coverage Diff @@
## master #2840 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 189 189
Lines 3562 3567 +5
Branches 970 970
=========================================
+ Hits 3562 3567 +5
|
Description
The code in our challenges whether a code block or an inline code is hard to read because it lacks syntax highlighting and no background to distinguish it from other text.
Changes
ChallengeMaterialcomponent to overridepreandcodeelements to our markdown componentsScreenshots
Before
After
Testing
Related issues