list_auto_mode
(mPDF ≥ 6.0)
Description
void list_auto_mode
Specify whether to use mPDF custom method of automatic indentation of lists, or standard browser-compatible. The custom
mPDF method is ignored if list-style-position: inside
, or image used for marker (or custom U+).
For more information, see Lists.
Values
$list_auto_mode
Values
'browser'
- list display will conform to standard browser behaviour for automatic indentation of lists'mpdf'
- list display will be consistent with mPDF behaviour prior to v6.0
Default: 'browser'
Changelog
Version | Description |
---|---|
6.0 | Variable was added. |