Convertir un fichier Microsoft Word™ OOXML .docx en AsciiDoc via Pandoc
$ pandoc --from=docx --to=asciidoc --wrap=none --atx-headers \
--normalize --extract-media=extracted-media $input.docx > $output.adoc
Pandoc comes from the eponymous package on Debian based distributions such as the excellent MX Linux.