I have few lines in my google doc such as
example
a new one
a new bie
a pie
all others
Now when I select all lines and apply bullet or numbering to the list above, all elements separated by new line will not be get bullets or numbers, only the first item will get it. So o/p looks like
1. example
a new one
a new bie
a pie
all others
and expected o/p for me is
1. example
2. a new one
3. a new bie
4. a pie
5. all others
There is one method to do this which is hit enter from second line onward and then hit delete. But its complexity is more (O(n) linear lol). Is there any way to do this in one instruction just by selecting list at once an applying bullet or numbering.