Summary
Paragraph shading (w:shd in w:pPr) is not rendered. Shaded monospace code blocks in the CLI-manual fixture (05_technical_manual_en.docx) lose their light-gray background (w:fill="F4F4F4"), so code is indistinguishable from body text background.
Reproduction
Convert a DOCX containing:
<w:pPr><w:shd w:val="clear" w:fill="F4F4F4"/></w:pPr>
and compare with a Microsoft Word PDF export.
Expected
The paragraph's text area is filled with the shading color across the full paragraph width, as Word prints it.
Actual
The paragraph renders on a plain white background.
Related
Related: #203
Visual comparison
Ground truth (native Microsoft Office export) is on the left; office2pdf output at filing time is on the right. Both pages were rendered with pdftoppm at 150 DPI.

Summary
Paragraph shading (
w:shdinw:pPr) is not rendered. Shaded monospace code blocks in the CLI-manual fixture (05_technical_manual_en.docx) lose their light-gray background (w:fill="F4F4F4"), so code is indistinguishable from body text background.Reproduction
Convert a DOCX containing:
and compare with a Microsoft Word PDF export.
Expected
The paragraph's text area is filled with the shading color across the full paragraph width, as Word prints it.
Actual
The paragraph renders on a plain white background.
Related
Related: #203
Visual comparison
Ground truth (native Microsoft Office export) is on the left; office2pdf output at filing time is on the right. Both pages were rendered with
pdftoppmat 150 DPI.