{% if doc.usageNotes %}
<section class="usage-notes">
<h2 id="usage-notes">使用说明</h2>
{$ doc.usageNotes | marked $}
</section>
{% endif %}