Skip to content

Allow header or alignment to have extra spaces at the end or not balanced #13

@tomyeh

Description

@tomyeh
  1. Extra spaces at the end

If there is extra spaces at the end of the header row or the alignment row, the table won't be generated.

Unfortunately, it is hard to detect for end users. Thus, it is better to simply remove them if possible.

| head | cells |  
|------|-------|
| body | cells |
  1. Not balanced
| head | cells |
|------|
| body | cells |
  1. No header
| --- |
| bar |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions