Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder to check curly brackets as plain text #1

Open
lizoron opened this issue Mar 14, 2024 · 0 comments
Open

Reminder to check curly brackets as plain text #1

lizoron opened this issue Mar 14, 2024 · 0 comments

Comments

@lizoron
Copy link
Collaborator

lizoron commented Mar 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant