Info
{% set headerElement = (section.depth > 6)
? 'h6'
: 'h' ~ section.depth %}
<{{ headerElement }} class="kss-title">
{% if ("Design" in section.reference) == true and section.depth != 1 %}
{{ section.referenceNumber }}
{% else %}
{{ section.referenceNumber }}
{% endif %}
{{ section.header }}
{{ headerelement }}>
{% if section.description %}
{% for parameter in section.parameters %}
{% if loop.first %}
{{ section.description|raw }}
{% endif %}
Parameters:
-
{% endif %}
-
{{ parameter.name }}
{{ parameter.description|raw }} {% if parameter.defaultValue %}Defaults to:{% endif %}{{ parameter.defaultValue }}
{% if loop.last %}
{% if section.modifiers is not empty %}
{% endif %}
{% endif %}
Default styling
{% endif %}
{{ section.example|raw }}
{% for modifier in section.modifiers %}
{{ modifier.name }}
{{ modifier.description|raw }}
{{ modifier.markup|raw }}
{% endfor %}
Close
{% if section.source.filename %}
Source
{% endif %}
{% if ("Design" in section.reference) == false %}
{% if section.markup %}
{{ section.source.filename }}
, line
{{ section.source.line }}
Markup
{% endif %}
{% endif %}
{{ section.markupFile }}
{{ section.markup|escape('html') }}