{% if option.shortDescription %}{$ option.shortDescription | marked $}{% endif %}
|
{$ option.name $}{%- if option.isOptional %}?{% endif -%}: {$ option.type | escape $}
|
{%- if option.description %}
{$ option.description | marked({ h3: 'h4' }) $}
{% endif %}
{%- if option.usageNotes %}
{$ option.usageNotes | marked({ h3: 'h4' }) $}
{% endif %}
|