remarkable icon indicating copy to clipboard operation
remarkable copied to clipboard

cannot escape character within backtick within a table

Open rbalet opened this issue 5 years ago • 1 comments

🐛 Bug Report

when using backtick within a table, the pipe | wont be espace by the backslash \ (originally raised here)

To Reproduce

try this code within a docusaurus md file

| Test                            | x        | x   |
| ------------------------------- | -------- | --- |
| `this pipe \| should be espace` | and this | not |

Expected behavior

escaping the | when using \

Actual Behavior

Create a new column

rbalet avatar Nov 19 '19 07:11 rbalet

#379

luoye-fe avatar May 11 '20 14:05 luoye-fe