In the Hitchhiker's Guide, stumbled across an itemizedlist with a title and formalparas inside the listitems. In PDF output, the titles of each formalpara within the list were accumulated and prepended to the list title.
Expected Behavior
Only the list title should appear as headline for the list.
I've tried to reproduce it, but it works for the suse2022-ns stylesheets. Closing it.
Screenshot and code
```xml
Hello World (list title)ABThe quick brown fox jumps over the lazy dog.CDEThe quick brown fox jumps over the lazy dog.
```
![Screenshot_20220720_124205](https://user-images.githubusercontent.com/1312925/179963181-c0840892-1ea5-4d1a-bfca-2942eae6dba7.png)
Problem Description
In the Hitchhiker's Guide, stumbled across an itemizedlist with a title and formalparas inside the listitems. In PDF output, the titles of each formalpara within the list were accumulated and prepended to the list title.
Expected Behavior
Only the list title should appear as headline for the list.