vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
814 stars 129 forks source link

Chinese Char should be treated as 2 size rather than 1 size in table format #905

Open DragonKnightOfBreeze opened 3 years ago

DragonKnightOfBreeze commented 3 years ago

This is a format issue.

Chinese chars in table format should be considered as 2 size rather than 1 size, so if a column content is 你好, other column content is empty, the other column content should be formatted to (4 whitespaces) after table format (NOT 2 WHITE SPACES)

Example: There should not be 3 whitespaces, there should be 1 whitespace only. image