Let's say I have this sample text:
1. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Ut purus elit, vestibulum ut,
adipiscing
In LaTeX output when there is too much text to fit in one line and it's in a list, it will automatically indent so it alignts with the text above, as you can see with the code block I made. What if I don't want to make a list and I want to do this instead:
Sample text: Lorem ipsum dolor sit amet, consecteur adipiscing elit. Ut purus elit,
vestibulum ut, adipiscing
I still want the text to align with "Lorem ipsum", and I'm not sure how to automatically do that.