mPDF Manual – mPDF Variables

list_number_suffix

mPDF ≥ 2.1

Specifies content to follow a numbered list marker e.g. '.' gives 1. or IV. whereas ')' gives 1) or a)

<?php
$mpdf->list_number_suffix = '.';

Default: "."

(This can be altered at run time, but is not changeable through stylesheets or in-line style)

Fork me on GitHub