I'm trying to make a list in which each item has multiple lines, and I want the items to line up horizontally, like this:
1. this is the 2. and this is
first item in the second item
the list
I've tried a bunch of different things, but what always ends up happening is that the first line of the second item lines up with the last line of the first item, like so:
1. this is the
first item in
the list 2. and this is
the second item
Anyone have a way around this? Thanks!

\documentclassand the appropriate packages that sets up the problem.While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem. Also, in this case, the solution may very well depend on how you are creating the lists.
– Peter Grill Jun 04 '16 at 02:53taskspackage? I've found it quite useful for something along the lines of what you want. – A.Ellett Jun 04 '16 at 04:19