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

fmt: Code in table with pipes leads to data loss #106

Open
zeisss opened this issue Apr 27, 2023 · 0 comments
Open

fmt: Code in table with pipes leads to data loss #106

zeisss opened this issue Apr 27, 2023 · 0 comments

Comments

@zeisss
Copy link

zeisss commented Apr 27, 2023

Input:

| A   | B  |
|-----|----|
| Foo | `a | b` |

Leads to this output:

| A   | B  |
|-----|----|
| Foo | `a |

I expected it to keep the | b, but that disappeared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant