OS type:
Vim:
Vim version:
NVIM v0.4.4
Using mkdx 602a784
Reproduce steps:
Use the following markdown file.
# Test
| myhead | myhead1 | myhead2 | myhead3 | myhead4 | myhead5 |
|--------|---------|---------|---------|---------|---------|
| mytest | | | mytest3 | mytest4 | mytest5 |
| mytest | mytest1 | mytest2 | mytest3 | mytest4 | mytest5 |
- Convert the table to cvs and back.
Expected:
Table cells should remain the same.
Actual:
Table cells move around.
Thanks!