<!-- Thank you for reporting an issue! Before you continue, please make sure that you have - searched the [issue tracker](https://github.com/jgm/pandoc/issues) for similar issues (including closed issues). - searched the [discussion forum](https://github.com/jgm/pandoc/discussions) for solutions. - reproduced your issue on the [latest release of pandoc](https://github.com/jgm/pandoc/releases), or online at [try pandoc](https://pandoc.org/try). Note that this bug tracker is for reporting bugs, not asking questions. For questions, use the [discussion forum](https://github.com/jgm/pandoc/discussions). --> **Explain the problem.** https://github.com/jgm/pandoc/blob/main/test/docx/normalize.docx contains invalid XML. **How fix** Replace `<w:i/ >` with `<w:i/>` in `word/document.xml`. **Pandoc version?** N/A