-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Tables control does not display numbers exceeding 5 digits #224
Comments
Hello @zhouzhuo810 ! It's weird, but I think it has nothing to do with the digits. Can you share you raw markdown input for me to copy paste? |
| HEADER | HEADER | HEADER |
|:----:|:----:|:----:|
| 测试 | 测试 | 测试 |
| 测试 | 测试 | 测试 |
| 测试 | 测试 | 123445 |
测试 That's all @noties |
@zhouzhuo810 can you try with Chinese characters (some long sequence) instead of digits? For me it's correctly overflowing making text multiline |
@noties Chinese display is fine,If the number is included and the length is 5, the number disappears. | HEADER | HEADER | HEADER |
|:----:|:----:|:----:|
| 测试 | 测试 | 测试 |
| 测试 | 测试 | 测测试测123456试测试测试 |
| 测试 | 测试 | 123445 |
测试 preview: |
This is really weird, are you using any custom font? As a crazy idea, can you try digits without the |
@noties haha,I'm not using any custom font, but even more strangely, the same phone can be displayed using the Pure Writer APP. I don't know how Pure Writer uses markwon. | HEADER | HEADER | HEADER |
|:----:|:----:|:----:|
| 测试 | 测试 | 测试 |
| 测试 | 测试 | 测测试测1234试测试测试 |
| 测试 | 测试 | 123445 |
测试 preview: Pure Writer preview: |
Can you try to render this markdown with high contrast text option enabled? It seems that digits are there but by some strange reason are not displayed |
Also, please try without UPD: can you also add a link somewhere in your markdown outside the table, like |
@noties ok | HEADER | HEADER | HEADER |
|:----:|:----:|:----:|
| 测试 | 测试 | 测试 |
| 测试 | 测试 | 测测测12345试测试测试 |
| 测试 | 测试 | 123445 |
测试
[https://www.baidu.com](https://www.baidu.com)
preview: I will try without |
@noties Wow, that's it. Thank you very much ! |
Glad I could help @zhouzhuo810 🙌 ! Still I would like to keep this issue open until I investigate why tables are not displaying linkified content |
OK ~ 🙌 |
It is actually a bug in |
A bit strange, on my OPPO Reno ACE phone, the numbers in the table are not displayed when they exceed 5 digits. But it shows on my Xiaomi 6 phone.
gradle
layout
init
usage
when > 4 digits
before
after
when <= 4 digits
others
so i have no idea how to solve this problem. can you help me ?
The text was updated successfully, but these errors were encountered: