Lists: paragraph inside li instead of new list item

Markdown editors may be a context in which it would be desirable for list items to contain inline text directly (instead of blocks), so that users can create lists that look like:

* item one
* item two

vs.

* item one

* item two
2 Likes