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

Tabella multicella #21

Open
alterat opened this issue Feb 13, 2018 · 1 comment
Open

Tabella multicella #21

alterat opened this issue Feb 13, 2018 · 1 comment

Comments

@alterat
Copy link
Owner

alterat commented Feb 13, 2018

@danse
Verificare il comportamento della nuova versione di pandoc con il file test-multicell-table.docx

@danse
Copy link
Collaborator

danse commented Feb 14, 2018

la tabella viene tradotta così:

+---------------------------+----------+----------+----------+
| Long multi-cell with text | Item     |          |          |
+===========================+==========+==========+==========+
| Cell 2,1                  | Cell 2,2 |          |          |
+---------------------------+----------+----------+----------+
| Cell 3,1                  | Cell 3,2 | Cell 3,3 | Cell 3,4 |
+---------------------------+----------+----------+----------+

quindi si perdono informazioni relative a celle che spaziano diverse colonne o righe, che sarebbe possibile rappresentare in RST.

questa è una carenza nota e non di semplice soluzione

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