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

[TEXTILE] Add Support for row and column span #25

Open
SnowMB opened this issue Jan 20, 2020 · 1 comment
Open

[TEXTILE] Add Support for row and column span #25

SnowMB opened this issue Jan 20, 2020 · 1 comment

Comments

@SnowMB
Copy link

SnowMB commented Jan 20, 2020

When having a table with a row or column span, formatting adds empty cells and treats the span definition as content of the cell:

|_. A |_. B |_. C |_. D |_. E |
| content | content | content | content | content |
|\5. rowspan |
| content | content | content | content | content |

gets formatted to:

|_.      A      |_.    B    |_.    C    |_.    D    |_.    E    |
|   content     |   content |   content |   content |   content |
|   \5. rowspan |           |           |           |           |
|   content     |   content |   content |   content |   content |
@quyleanh
Copy link

Please add support this for textile please.

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

No branches or pull requests

2 participants