How to get back to previous numbering value and indentation after promoting level?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Taz
Reply | Threaded
Open this post in threaded view
|

How to get back to previous numbering value and indentation after promoting level?

Taz
This:
. Level one.
.. Level two.
   How do I get back to level 1?
. Back to level one.

will result in this:
1. Level one.
   a. Level two. How do I get back to level 1?
2. Back to level one.

But how can I accomplish this:
1. Level one.
   a. Level two.
   How do I get back to level 1?
2. Back to level one.

So that "How do I get back to level 1?" is indented the same as level one?
Reply | Threaded
Open this post in threaded view
|

Re: How to get back to previous numbering value and indentation after promoting level?

mojavelinux
Administrator
What you are looking for is the parent list continuation. Leave a blank line, then use the list continuation, then the content.

. Level one.
 .. Level two.

+
Back to level 1

. Also level one

Cheers,

-Dan

On Wed, Jul 12, 2017 at 12:00 PM Taz [via Asciidoctor :: Discussion] <[hidden email]> wrote:
This:
. Level one.
.. Level two.
   How do I get back to level 1?
. Back to level one.

will result in this:
1. Level one.
    a. Level two. How do I get back to level 1?
2. Back to level one.

But how can I accomplish this:
1. Level one.
    a. Level two.
    How do I get back to level 1?
2. Back to level one.

So that "How do I get back to level 1?" is indented the same as level one?


To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux