Hi there, I'm trying to create list with replaceListVariable function like this
$docx->replaceListVariable('info_required', ['hello world', 'hello php'], ['type' => 'block']);
But in docx, it shows like this:
hello world
hello php
No numbers or dot prefixed, and actually it's not a docx list. Can you help, thank you.