You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: