You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: