I try to create a tutorial for students. I want to number the questions I ask them, but in between I'd like to add information to introduce the questions. How can I make an automatically numbered list that does not reset the numbering each time I put text. For instance:
This is some info.
1. This is question one.
This is more info.
2. This is question two.
Gives output:
This is some info.
- This is question one.
This is more info.
- This is question two.