Skip to content

Inline code backticks are shown, how to remove them #798

Answered by dricard
dricard asked this question in Q&A
Discussion options

You must be logged in to vote

Answered my own question with a bit of digging into the css (posted for others who might want the same thing).

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
    content: "";
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
    content: "";
}

Put that into custom.css.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dricard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant