mirror of
https://github.com/discourse/discourse.git
synced 2025-06-20 17:51:34 +08:00

Tight lists are lists that look like this: * Item 1 * Item 2 * Item 3 Loose lists look like this: * Item 1 * Item 2 * Item 3 There is a place for the latter, but the former is more common default behaviour for writing apps and widgets, so we are overriding the prosemirror default to use tight lists. Eventually we will have a shortcut or other special behaviour to switch between the list styles.