2018-08-08 15:15:56 +08:00

7 lines
150 B
HTML

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