github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/hack/.templates/jsonschemaforhumans/tabbed_section.md (about)

     1  <blockquote>
     2  
     3  {{ current_node | md_array_items(title) | md_generate_table }}
     4  
     5  {% for node in current_node.array_items %}
     6  <blockquote>
     7  
     8      {% filter md_heading(2, node.html_id) -%}
     9          Property `{% with schema=node %}{%- include "breadcrumbs.md" %}{% endwith %}`
    10      {%- endfilter %}
    11  
    12      {% with schema=node, skip_headers=False %}
    13          {% include "content.md" %}
    14      {% endwith %}
    15  
    16  </blockquote>
    17  {% endfor %}
    18  
    19  </blockquote>