Description
- I confirm that this is an issue rather than a question.
Bug report
Three backsticks codeblock takes full container width while four spaces codeblock has some space on left and right.
Steps to reproduce
- Create a three backsticks codeblock
- Create a four spaces codeblock
- Change your browser screen size or access through phone
- Compare
What is expected?
Both should be the same width
What is actually happening?
Three backsticks codeblock is being rendered inside a div with the classes language-<language>
and extra-class
, the pre tag also has an language-<language>
class
Other relevant information
- Removing the
language-<language>
class from the outside div fixes it but the box isn't rounded.