Code blocks within blockquote are not displayed correct #5894
Unanswered
uyu423
asked this question in
Error / Bug Report
Replies: 2 comments
-
Pull Request: #5895 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @uyu423, Thanks for sharing this tip. I propose a small improvement to not include inline code : .v-main .contents blockquote.is-danger code[class^="language-"] {
background-color: unset;
color: unset;
}
.v-main .contents blockquote.is-info code[class^="language-"] {
background-color: unset;
color: unset;
}
.v-main .contents blockquote.is-success code[class^="language-"] {
background-color: unset;
color: unset;
}
.v-main .contents blockquote.is-warning code[class^="language-"] {
background-color: unset;
color: unset;
} Before : After : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
.is-info
,.is-success
,.is-warning
, and.is-danger
color schemes do not display correctly.Screenshot and markdown
interim measures
Beta Was this translation helpful? Give feedback.
All reactions