Summary
DOCX list markers and text ignore the indentation defined on the numbering level. The PR #187 fixture specifies w:ind w:left="720" w:hanging="360" for both bullet and decimal levels, but office2pdf starts the markers at the page content edge.
Reproduction
Convert tests/fixtures/docx/pr_187_contributor_acceptance.docx and compare page 1 with a native Microsoft Word PDF export.
Expected
Bullet and decimal markers use the numbering level's left and hanging indents, matching Word's marker and text positions.
Actual
Markers and list text are shifted left because the numbering-level indentation is not reflected in the rendered list.
Visual comparison
Ground truth is on the left; office2pdf output at filing time is on the right. Both pages were rendered with pdftoppm at 150 DPI.

Related to #187.
Summary
DOCX list markers and text ignore the indentation defined on the numbering level. The PR #187 fixture specifies
w:ind w:left="720" w:hanging="360"for both bullet and decimal levels, but office2pdf starts the markers at the page content edge.Reproduction
Convert
tests/fixtures/docx/pr_187_contributor_acceptance.docxand compare page 1 with a native Microsoft Word PDF export.Expected
Bullet and decimal markers use the numbering level's left and hanging indents, matching Word's marker and text positions.
Actual
Markers and list text are shifted left because the numbering-level indentation is not reflected in the rendered list.
Visual comparison
Ground truth is on the left; office2pdf output at filing time is on the right. Both pages were rendered with
pdftoppmat 150 DPI.Related to #187.