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

table, table.row and table.cell start at column 2, should be column 1 #84

Open
tconfrey opened this issue Mar 30, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@tconfrey
Copy link

As observed in the running code, and also show in the AST docs the position attribute of table elements ignores the initial vertical bar '|' showing position.start.column as '2'. This is different than other elements such as headers, blocks and lists which all start at column 1 and include all the markup characters.

I think for consistency tables should start at the first table '|' character counted inclusively.
Thanks.

@xiaoxinghu xiaoxinghu added the enhancement New feature or request label Apr 15, 2021
@xiaoxinghu
Copy link
Collaborator

Agreed.

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

Successfully merging a pull request may close this issue.

2 participants