Skip to content

Replace all HTML tags with markdown #4

@j127

Description

@j127

Some of the HTML tags might be causing problems with the markdown parsing.

Content like this will cause problems in the final Gatsby output, because the underscores will be turned into <em> tags:

<code>something_with_underscores</code>

but this will work:

`something_with_underscores`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions