Hello!

 I use pandoc 2.10.1.

 There are three documents in the attachment, in this way the result of the conversion is "1.docx- > 2.md- > 3.docx".

 I perform the Ņonversion with assistance by next commands:

 1.docx- > 2.md:

pandoc -s 1_en.docx -f docx+styles -t markdown -o 2_en.md -s

 2.md- > 3.docx:

pandoc --reference-doc 1_en.docx 2_en.md -f markdown -t docx -o 3_en.docx

 

As a result, I get the following problems in output file 3.docx:

Table cells disappear + incorrect display of table numbering (1_en.docx = yes.png; 3_en.docx = no.png)

 

--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/09116369-93bd-4511-b524-ab8722653b88n%40googlegroups.com.