You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
gives
Improved behavior
should give
The text was updated successfully, but these errors were encountered: