Skip to content

Blank line between list items #317

Answered by vhyrro
gzagatti asked this question in Q&A
Jan 17, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hey! Unfortunately those would be 3 separate lists in that case. Our reasoning for it is that if we were to allow this you couldn't be able to easily determine how lists are separated. I mean take a look at this:

- I am a list item
- I am another list item

- I am now a separate list
- And another element of the separate list

Visually you wouldn't expect these to be the same list, right? It's why we've elected not to build our parser that way. The only workaround I can think of is using trailing modifiers to continue the flow of the line:

- I am a list item
- I am another list item~

- I am now still part of the original list item
- And another element of the same list

That causes the n…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by gzagatti
Comment options

You must be logged in to vote
4 replies
@mrossinek
Comment options

@gzagatti
Comment options

@vhyrro
Comment options

@gzagatti
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants