Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong behavior of handling markdown inline code block contain " | " #42

Open
hyacz opened this issue Aug 14, 2018 · 0 comments
Open

Wrong behavior of handling markdown inline code block contain " | " #42

hyacz opened this issue Aug 14, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@hyacz
Copy link

hyacz commented Aug 14, 2018

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:

  • 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` |

but i saw this instead

| A   | B   |     |     |     |
| --- | --- | --- | --- | --- |
| `a  | b`  | `a  |     | b`  |
@rpeshkov rpeshkov added the bug Something isn't working label May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants