Hi all, I'm trying to convert *.docx* documents to *.rst* with Pandoc. The tool correctly converts 'simple' tables. However when a table contains merged cells, it looks like the generated markup is incorrect. For example, a 3x3 table in Word document is correctly converted to this: +-----+-----+-----+ | A | B | C | +=====+=====+=====+ | D | E | F | +-----+-----+-----+ | G | H | I | +-----+-----+-----+ while, when I merge the cells on the top row, generated markup is malformed: +-----+-----+-----+ | A | | | | B | | | | C | +=====+=====+=====+ | D | E | F | +-----+-----+-----+ | G | H | I | +-----+-----+-----+ Is this a known bug? Can anyone suggest me some practical way to overcome this (i.e. some configuration change or patch)? Best regards, -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/e06ebc8f-6e26-4383-b0bf-e9cf99eeca85%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.