I often receive emails with ordered lists, and I want to respond line-by-line. If my responses are short enough, I can just do this:
- something // my response goes here
- something else // my response goes here
and so on. However, if I have a long (paragraph-sized) response to an item, I want to start it on its own line. But of course, Gmail then renumbers the remaining items, so I end up with something like this:
- something
[A verbose response here]
- something else
[something overly wordy here]
See how they are both now numbered "1" ? Usually I end up reformatting the email I'm replying to (switching the list to a bulleted list or something). Do you have a good solution for this problem?