a-layouta-message listhelp wanted
Repository metrics
- Stars
- (1,348 stars)
- PR merge metrics
- (PR metrics pending)
Description
@kasperg reported the following behavior at zulip/zulip#17284:

There are two things that are quite wrong here:
- There's too much space between the paragraph and the following list.
- The list items are too deeply indented.
By contrast, we have pretty reasonable behavior with a plain bulleted list. We should use the same spacing for numbered lists as for bulleted lists.
(It's possible the spacing for bulleted lists should be slightly tweaked, too. But first let's make both kinds behave the same way, and then we can tweak them both together.)
A good comparison to look at is the webapp's behavior. See https://github.com/zulip/zulip/commit/03e4ccbc2d6f092e84cda20b06c20cef3e94e565 which recently adjusted this for the webapp.