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
Thank you for developing such a great plugin. I found a wrong behavior of handling markdown inline code block contain " | ". Below is my software environment and reproducible steps:
VSCode version: 1.26.0 (4e9361)
Text tables extension version: 0.1.5
Reproducible steps that cause the issue
copy bellow table to vscode
| A | B || --- | --- || `a | b` | `a || b` |
then execute command Text Tables: Format under cursor(^Q ^F)
What I expected to see and what I saw instead
I expected to see
| A | B || ------- | -------- || `a | b` | `a || b` |
Hi, Peshkov
Thank you for developing such a great plugin. I found a wrong behavior of handling markdown inline code block contain " | ". Below is my software environment and reproducible steps:
Reproducible steps that cause the issue
copy bellow table to vscode
then execute command
Text Tables: Format under cursor(^Q ^F)
What I expected to see and what I saw instead
I expected to see
but i saw this instead
The text was updated successfully, but these errors were encountered: