Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Adjacent orphan cells/rows should be normalized inside a single row/table #18

Open
Soreine opened this issue Oct 28, 2016 · 0 comments
Open

Comments

@Soreine
Copy link
Contributor

Soreine commented Oct 28, 2016

The PR #17 added a schema rule that prevent orphan cells or rows to exist, and wrap them in tables.
An enhancement would be to wrap adjacent cells or rows together.

The current behavior:

- cell
- cell

gives

- table
  - row
    - cell
- table
  - row
    - cell

Improved behavior

- cell
- cell

should give

- table
  - row
    - cell
    - cell
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant