Skip to content

Reminder to check curly brackets as plain text #1

@lizoron

Description

@lizoron

In some articles, I've noticed we will use "{}" as plain text to explain certain things.

Problem:
When the page loads, there are no errors so it seems like it would be fine. In actuality, the page will show "" as the curly brackets will be missing on the page view

Solution:
For only plain text, and not in between `` or ```code, we need to add a \ before every { or } for them to appear on the view page. example "{}" will appear as "{}"

I'm thinking we can do some searching for {, and } and make sure we didn't miss any by mistake. So far I think I have got them all for the ones I'm doing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions