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:
Shubham Padia
2025-07-29 13:33:25 +00:00
committed by Tim Abbott
parent ecf3fd90c2
commit 34633d467e
2 changed files with 4 additions and 4 deletions