mdox icon indicating copy to clipboard operation
mdox copied to clipboard

fmt: Code in table with pipes leads to data loss

Open zeisss opened this issue 1 year ago • 0 comments

Input:

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

Leads to this output:

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

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

zeisss avatar Apr 27 '23 20:04 zeisss