-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.4.9, 5.0
When adding a code block of type Python (and possibly other languages) using tiny in a question description, python comments appear mangled because of a CSS rule targetting .que .comment . The solution is to add a rule with higher precedence, such as
code .token.comment {
|
color: slategray;
|
background: none;
|
padding: 0; |
}
|
to the filter_codehighlighter style sheet.
- duplicates
-
MDL-80496 Code snippets containing comments look bad in quizzes when the code highlighter enabled
-
- Closed
-