Hello,
I would like to create a table of contents, but only within a specific subsection. I’ll explain with an actual example
--------------------------------------
TOC
  - Introduction - Header 1
  - Options - Header 1
    - Option 1 - Header 2
    - Option 2 - Header 2
--------------------------------------
*** Introduction - Header 1 ***
Welcome to the introduction.
*** Options - Header 1 ***
There are many possible options. Here is the list of options you have
----THIS TOC IS WHAT I AM TRYING TO HAVE AUTOMATICALLY-----
   - Option 1 - Header 2
   - Option 2 - Header 2
----THIS TOC IS WHAT I AM TRYING TO HAVE AUTOMATICALLY-----
** Option 1 - Header 2 **
This is the option 1.
** Option 2 - Header 2 **
This is the option 2.
Is it possible to obtain this “subtoc” for all the Header 2 entries contained in the Options - Header 1 ?
Thank you
