Re: How to get back to previous numbering value and indentation after promoting level?
Posted by
mojavelinux on
Oct 28, 2018; 11:03pm
URL: https://discuss.asciidoctor.org/How-to-get-back-to-previous-numbering-value-and-indentation-after-promoting-level-tp5712p6560.html
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?
--