Skip to content
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

Incorrect alignment with merged cells #152

Closed
OpportunityLiu opened this issue Apr 19, 2024 · 1 comment
Closed

Incorrect alignment with merged cells #152

OpportunityLiu opened this issue Apr 19, 2024 · 1 comment

Comments

@OpportunityLiu
Copy link

Currently, the following markdown

| col 1 | col 2 | col 3 |
|---|---:|:---:|
| 1 | 2 | 4 |
| ^ | 3 | 5 |
| > | 6 | 7 |

rendered to:

col 1 col 2 col 3
1 2 4
3 5
6 7

expected:

col 1 col 2 col 3
1 2 4
3 5
6 7

I'm using this as README instructs.

@wataru-chocola
Copy link
Owner

@OpportunityLiu Thank you for reporting!

I've fixed it on version 2.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants