github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/test/testdata/markdown-structure.md (about)

     1  # Section Title
     2  
     3  Section Content
     4  
     5  
     6  - [SubSection 1](#subsection-1)
     7    - [SubSection 1.1](#subsection-11)
     8  - [SubSection 2](#subsection-2)
     9  
    10  ## SubSection 1
    11  
    12  - [**`simple_string`**](#var-simple_string): *(Optional `string`)*<a name="var-simple_string"></a>
    13  
    14    A simple string
    15  
    16  ### SubSection 1.1
    17  
    18  We can add infinite subsections!
    19  
    20  ## SubSection 2
    21  
    22  - [**`test_objects`**](#var-test_objects): *(Optional `list(test_object)`)*<a name="var-test_objects"></a>
    23  
    24    Default is `[]`.
    25  
    26    Each `test_object` object in the list accepts the following attributes:
    27  
    28    - [**`name`**](#attr-test_objects-name): *(Optional `string`)*<a name="attr-test_objects-name"></a>
    29  
    30      A string
    31  
    32    - [**`something_complex`**](#attr-test_objects-something_complex): *(Optional `object(nested_object)`)*<a name="attr-test_objects-something_complex"></a>
    33  
    34      Some other object
    35  
    36      The `nested_object` object accepts the following attributes:
    37  
    38      - [**`nested_string`**](#attr-test_objects-something_complex-nested_string): *(Optional `string`)*<a name="attr-test_objects-something_complex-nested_string"></a>
    39  
    40        a nested string