Laverna/laverna

Wrong placement of list numbering.

Open

#781 opened on Jul 12, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (9,147 stars) (799 forks)batch import
buggood first issue

Description

Hello!

When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.

Demo is below:

image

Demo text:

1. [ ] task 1
2. [ ] task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2 task 2
3. [ ] task 3 <br> task 3 <br> task 3 <br> task 3

I would like that list number to be always placed on first line of multiline text.

Best regards, Andrey.

Contributor guide