I'm posting this here in case anyone needs it.
The relationship between
Display Format and
Display Item Format is that the
Display Item Format will be displayed
repeatedly, depending on the number of items, and then displayed by the
Display Format.
For example:
If we have 4 items, and we enter
A in the
Display Item Format, it will essentially be displayed as
AAAA. Note that whatever we enter in the
Item Display Format will be displayed
repeatedly for the number of items we specify.
Then, if we enter the
Display Format with:
then the result we get is:
The {VALUE} in the Display Format is whatever the Display Item Format returns after the loop.
In the case above, the Display Format will display:
This div creates a new line after each genre, because by default, div is a block element. To get the desired result in the second screenshot, either change the info-value class or change the Display Item Format with:
and change the Display Format with:
which will output the final result: