{%- set usageNotes = docNode | getJsDocTag('usageNotes') -%}

{% if usageNotes %}
    <h2>Usage Notes</h2>
    <section>
        {{ usageNotes | markdownToHtml }}
    </section>
{% endif %}
