-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crashes if first column header is empty but wider than 3 space #2
Comments
@iliatimofeev Do you want to try and correct and submit a pull request? |
In fact it is much more tricky than it seems. I'm not sure that CommParser is designed to be extended. |
@iliatimofeev We will take a look, too. |
Yeah the underlying CommonMark library that this package is based on wasn't designed to be extended to add new CommonMark language elements like this. Interestingly, it's not about the header being empty -- it's just about the first four spaces after the pipe. This also crashes with the same exception:
The input to Table.finalize is already wrong in this case, so the problem is either in Table.continue_ or this might just not be fixable. We'll continue looking at it. |
This is fixed in #7 |
The text was updated successfully, but these errors were encountered: