When adding a new post and checking through it on local, I noticed that some syntax highlighting (right word?) is missing for text within single backticks, see image.

It would appear there is no styling for inline backticks. However, the html does appear to come through correctly:
<p>
<code>.map()</code> Creates a new array which is populated with the results of calling a provided function on every element in the calling array.
</p>
In this instance, .map() should have different styles to show it is not just normal text and to behave as markdown would.
When adding a new post and checking through it on local, I noticed that some syntax highlighting (right word?) is missing for text within single backticks, see image.
It would appear there is no styling for inline backticks. However, the html does appear to come through correctly:
In this instance,
.map()should have different styles to show it is not just normal text and to behave as markdown would.