Looking to enhance the formatting of numbered lists by adding section headers and restarting numbering? The old Mediawiki format supported this, but it no longer works in version 1.24. For example:
==First Header2==
#
#
==Second Header2==
#
Desired output:
First Header2
1.
2.
Second Header2
1.
Are there any CSS styles or extensions that can achieve this?