-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Description
Problem 1: Chinese words has been cutted.
here is my code:
const { table } = require('table');
const data = table([['哈哈哈哈', '呵呵呵呵']]);
The data has four words each item, why it just show two words.
Problem 2: The table style is not right.
english version

chinese version
chinese has been cutted and table style is not right

Reactions are currently unavailable
