Skip to content

Missing markdown styling #121

@damiensedgwick

Description

@damiensedgwick

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions