Describe the bug
Pipe tables are not rendering code block regex correctly, based on the vscode, github and other markdown viewer experiences. Escaped characters are not getting escaped.
To Reproduce
Create a markdown file with this content:
| name | regex |
|-------------|---------|
| test | `^\d{3}-\d{3}-\d{3}-\d{3}$\|^\d{3}-\d{3}-\d{3}-\d{5}$` |
Expected behavior
The regex output should not show $\| for example the correct output should look like:
Context (please complete the following information):
- OS: Windows
- Docfx version: 2.78.4
Additional context
Add any other context about the problem here.
Describe the bug
Pipe tables are not rendering code block regex correctly, based on the vscode, github and other markdown viewer experiences. Escaped characters are not getting escaped.
To Reproduce
Create a markdown file with this content:
Expected behavior
The regex output should not show
$\|for example the correct output should look like:Context (please complete the following information):
Additional context
Add any other context about the problem here.