We would like to see coding terms that are inline in paragraphs displayed with a different background color (or possible font/background color combination). Since normal paragraph text and coding terms are both black text on white background, it is sometimes hard to differentiate the specialized terms within the paragraph.
Just like how the new coding blocks have a tan background, something like that for inline code (<code>var</code>) would be helpful. (The new coding blocks are amazing, by the way!)
This is what the content currently looks like:

This request is specifically referring to the "HTML", "sayHello", and "script.js" coding terms inline the paragraphs in the example above. These terms are typically surrounded by <code></code> or <pre></pre> tags in the content source code.
Here are some examples of how other sites display inline coding terms (W3Schools, GitHub, and Medium):


