pandoc 3.7.0.2 Command: ``` pandoc -s test.md --reference-doc=reference.docx -o test.docx ``` Source files - [test.md](https://github.com/user-attachments/files/21323219/test.md) - [reference.docx](https://github.com/user-attachments/files/21323218/reference.docx) (just a new blank word doc created using the latest microsoft word) The list items are using the "Normal" style instead of the expected "List Paragraph" style, which results in extra vertical spacing. Here is a screenshot of the generated file with the Styles pane visible: <img width="2206" height="1076" alt="Image" src="https://github.com/user-attachments/assets/3b25a37f-9410-4b8b-95b8-e2aff5667027" /> Here is a screenshot where the text was manually entered in Word: <img width="1800" height="956" alt="Image" src="https://github.com/user-attachments/assets/66e485c0-3fad-4963-9f7a-74009c454b1a" />