Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 524 Bytes

tabs.md

File metadata and controls

15 lines (15 loc) · 524 Bytes

{% comment %} See /docs/tabs-example.md for usage example. {% endcomment %} {% assign tab_set_id = tab_set_name | default: "tabset" | slugify %}

{% for content in tab_contents %}
{{ content | markdownify }}
{% endfor %}
<script>$(function(){$("#{{tab_set_id}}").tabs();});</script>