-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
[beta] blockquote "code example" formatting in backend challenges #13163
Copy link
Copy link
Closed
Labels
scope: UIThreads for addressing UX changes and improvements to user interfaceThreads for addressing UX changes and improvements to user interface
Description
Challenge Name
All back end challenges.
Since the backend challenges are a new addition with the expansion, they are missing some things that normal challenges have from a styling perspective. For example, the current challenges have code examples wrapped in <code> tags like so:

However, what would look better, and be more consistent with our other challenges is for them to be wrapped in <blockquote>s. But these challenges are not wrapped in a container with the .challenge-instructions class, so if we were to add a blockquote, it would not appear with the styles we added to them for other challenges. To fix this, I suggest that we:
- Add the class
.challenge-instructionsto the container surrounding the challenge description in the correct component that renders these
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: UIThreads for addressing UX changes and improvements to user interfaceThreads for addressing UX changes and improvements to user interface