asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.88k stars 295 forks source link

question / enhancement proposal, continue with previous level of structuring #651

Closed newbie-02 closed 1 month ago

newbie-02 commented 1 month ago

An example: if someone wants an output like:

* Topic 
  some text, 
  ** Subtopic 1 
    some text, 
  ** Subtopic 2 
    some text, 
  continue with some text to Topic, e.g. conclusion, 
* Topic 2 
  some text, 

I didn't yet find a way to format the indented part continue with some text to Topic, e.g. conclusion, in AsciidocFX, and in numbered lists keep the counting. Likely I overlooked something, thanks for any hint, or it could be a good idea to add an option for such???

rahmanusta commented 1 month ago

That is a question related to Asciidoctor syntax. You can ask this to Asciidoctor team https://chat.asciidoctor.org/

newbie-02 commented 1 month ago

thank you, did so, https://asciidoctor.zulipchat.com/#narrow/stream/279642-users/topic/structure.2C.20continuing.20with.20.20previous.20level.2C

newbie-02 commented 1 month ago

works, resolved there: https://asciidoctor.zulipchat.com/#narrow/stream/279642-users/topic/.E2.9C.94.20continuing.20list.20at.20previous.20level, docs there: https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/#ancestor-list-continuation,