1- When I put the summary in the document generated by phpdocx it does not recognize the title level 3
$docx->addHeading('1',1);
$docx->addHeading('1.2',2);
$docx->addHeading('1.2.3',3);
OUTPUT
1
1.2
1.2.3
summary
1.
1.2
-does not identify the next
Another question, how to put Numbering in title?