mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
help: Multiline ordered list items should have spacing after 2nd line.
The expected behaviour would be to have some spaces from the second line onwards for multi-list items. Regex used to check for this was `^1\..*\r?\n^[^\s].*$` which gives us some extra results that don't fit our criteria which we can chose to ignore.
This commit is contained in:
committed by
Tim Abbott
parent
ecf3fd90c2
commit
34633d467e