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
This is related to #80 regarding the use of unicode characters in the input lines.
OS type:
Unix
Windows
Other (macOS)
Vim:
vim
neovim
Other ([SPECIFY])
Vim version:
v0.3.1
Reproduce steps:
Example:
Open a markdown file.
Paste the following example into the file:
first,second
😀 list item,😀 list item
Then, from Normal mode with the cursor on the first line, go into visual-block mode V and select the second line as well with j and convert to CSV with Leader+,.
Expected:
| first | second ||:--------------:|:--------------:|| 😀 list item | 😀 list item |
(even github shows a small deviation)
Actual:
| first | second ||:--------------:|:--------------:|| 😀 list item | 😀 list item |
The text was updated successfully, but these errors were encountered:
This is related to #80 regarding the use of unicode characters in the input lines.
OS type:
Vim:
Vim version:
v0.3.1
Reproduce steps:
Example:
V
and select the second line as well withj
and convert to CSV with Leader+,.Expected:
(even github shows a small deviation)
Actual:
The text was updated successfully, but these errors were encountered: