This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} | |
if combine_pretext is false, the text before the first <h6> will be shown above all tabs, otherwise added to the first tab | |
if stop_on_h5 is true, tabs parsing will stop on first H5 element and the rest will be shown below tabs. | |
What's inside H5 is discarded, but still put something meneningfull there, just in case you switch theme or alike. | |
No multiple H5 elements. | |
{% endcomment %} | |
{% assign combine_pretext = false %} | |
{% assign stop_on_h5 = true %} |