diplodoc-platform/transform

Support nested tabs

Closed this issue · 2 comments

The markup

{% list tabs %}

- tab1

  content of tab1
  
  {% list tabs %}

  - nested_tab1

    content of nested tab1

  {% endlist %}

{% endlist %}

converts to this HTML:

image
3y3 commented

Same as #252

Nested tabs already supported

Example