-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chinese has been cutted #175
Labels
Comments
@vk-bytedance Can you confirm the bug is fixed? 😍 |
I can't install [email protected]. |
How about |
No clues. It works fine for me. |
Problem resolved! Thank you! |
Bug fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem 1: Chinese words has been cutted.
here is my code:
const { table } = require('table');
const data = table([['哈哈哈哈', '呵呵呵呵']]);
resule is
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
The text was updated successfully, but these errors were encountered: