-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels