Hello group. I have been using ``` pandoc --reference-links --extract-media=dir -o file.md file.docx ``` on a set of documents, each of those documents has many tables. Especially those tables which have "only" images in the right column, pandoc will break the image reference after one character. The image references can therefore not be found when converting the document back to docx. ``` +------------------------+---+------------------------------------------+ | If the Home Screen is | ! | | | locked, the | [ | | | Examination button is | ] | | | dimmed. Please first | [ | | | click on Unlock and | 4 | | | then click on | 8 | | | Examination, | ] | | +========================+===+==========================================+ ``` I do not have that problem when passing `--wrap=none` to markdown, but then all the lines in vim are unmanageably long. `wrap=preserver|auto|none` with or without `--columns=x` does not resolve the one-character breaking issue. Also, converting to `-t gfm` first and then converting `-f gfm -t markdown` still creates one-character line breaks. Is there any way to define a minimum column width? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/22b620a8-4869-4cd8-b040-a4c55d0ae521n%40googlegroups.com.