The default prompt for the root user contains #. When copy and pasting output of commands run as root in to a preformatted text block to make them nicely formatted and readable, e.g. like this
The commands are displayed in light grey italic text which looks odd and somewhat confusing. Here’s a screenshot in case other people are not seeing what I’m seeing.
It seems like the site is treating anything after # as being comments and applying formatting as such. I’m not copy/pasting any formatting info, it’s just plain text copy/pasted out of a terminal window. Perhaps the site could be made to not apply formatting to text inside preformatted text blocks.
The block quote can be given a string to tell which format to use. My version above has “bash” after the three opening quotes. Alas, in bash a # starts a comment too (and we see that ‘test’ is a highlighted keyword).