Like T5427: Force a line break in a table cell, 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/>.