jakewvincent / mkdnflow.nvim

Fluent navigation and management of markdown notebooks
GNU General Public License v3.0
684 stars 41 forks source link

tables: fix the cell length calculation #155

Closed name-snrl closed 1 year ago

name-snrl commented 1 year ago

Fixes the formatting of tables containing Cyrillic, Kanu, etc.

before:

| немного кириллиц | 仮名 |
| ------------------------------- | ------ |
|                                 |        |

after:

| немного кириллиц | 仮名 |
| ---------------- | ---- |
|                  |      |