Thanks for the solution. I would like to point out that there are two drawbacks to this solution.
- Having a space in between list introduces unwanted line spacing. (You can see this in your screen shot. Between
one
andtwo
there is a line spacing) - Current solution prevents me from creating lengthier blocks. For instance, if I want to reference from
one
tillsomething else
, it is not possible in the current setup.