We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sample.docx
The text was updated successfully, but these errors were encountered:
This is my workflow:- #!/bin/bash
pandoc sample.docx -f docx -t asciidoctor --wrap=none --extract-media=. --markdown-headings=atx -o ./input.adoc
fix_adoc --adoc_input ./input.adoc --adoc_output ./output.adoc
asciidoctor -b docbook output.adoc
pandoc -r docbook -t docx -o output.docx output.xml
Last stage fails because the xml is not valid.
Not sure if this is something you can help with.
Sorry, something went wrong.
🚀 Transformation initiated! Once complete, the bot will comment with a link to the converted files.
No branches or pull requests
Attach Word Document
sample.docx
The text was updated successfully, but these errors were encountered: