You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just pushed a new version 1.2.0 that mostly fixes this issue. However the lib I am using seems to have a bug and can't deal with tables having leading/trailing spaces in the 2nd line as in your example. I've raised it on their repo.
For now, changing your example to
| A | B | C | D |
|---|---:|:---:|:---|
| dhdhgfgh | dsgsdgdg | dsgsdfg | zxczc |
The table formatter does not respect alignment specified.
Just try and align the following table:
You will get the following (which is not a table according to markdown syntax):
I should have got:
The text was updated successfully, but these errors were encountered: