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
If you put a single opening curly bracket in a code block, (part of) that codeblock will not be rendered no matter if you put a backslash in front of it or not. E.g. ```@page "/category-editor/\{CategoryId:int}"```
To Reproduce
Steps to reproduce the behavior:
Go to visual studio
Create a md file
Copy this example in there: ```@page "/category-editor/\{CategroyId:int}"```
It won't be correctly rendered
Expected behavior
I expect this text in a code block: @page "/category-editor/{CategoryId:int}"
By the way, this editor renders it correctly
The text was updated successfully, but these errors were encountered:
If you put a single opening curly bracket in a code block, (part of) that codeblock will not be rendered no matter if you put a backslash in front of it or not. E.g. ```@page "/category-editor/\{CategoryId:int}"```
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect this text in a code block:
@page "/category-editor/{CategoryId:int}"
By the way, this editor renders it correctly
The text was updated successfully, but these errors were encountered: