## I'm submitting a... - Bug report ## Current behavior Markdown escape character (`\`) is not working properly for the code block ## Expected behavior Markdown escape character (`\`) should be working properly for the code block \```XAML \<Grid> \``` ## Minimal reproduction of the problem with instructions Try ``` \```XAML \<Grid> \``` ```
I'm submitting a...
Current behavior
Markdown escape character (
\) is not working properly for the code blockExpected behavior
Markdown escape character (
\) should be working properly for the code block```XAML
<Grid>
```
Minimal reproduction of the problem with instructions
Try