vscode-text-tables icon indicating copy to clipboard operation
vscode-text-tables copied to clipboard

Formatting error with double-width unicode character

Open andrehsu opened this issue 4 years ago • 0 comments

For this table, the ⟺ character is double width, but the extension treats it as a single-width character, which results in an unaligned table.

How it looks:

| ¬(A ⟺ B)          | Premise |
| (A ⟹ B) ∧ (B ⟹ A) |         |
|                   |         |

How it should look:

| ¬(A ⟺ B)           | Premise |
| (A ⟹ B) ∧ (B ⟹ A) |         |
|                   |         |

andrehsu avatar Oct 15 '20 01:10 andrehsu