Like {T5427}, but for list items. This could significantly improve readability.
```
Foo:
* First line.
Second line.
* Other.
```
Foo:
* First line.
Second line.
* Other.
(Renders as one line.)
```
Bar:
* First line.
Second line.
* Other.
```
Bar:
* First line.
Second line.
* Other.
(Renders as separate lines, though with two lines breaks instead of one.)
```
Quux:
*
First line.
Second line.
* Other.
```
Quux:
*
First line.
Second line.
* Other.
(Renders as one line.)
Note: This is currently supported by GFM, by allowing `<br/>`.