Files

7 lines
150 B
HTML
Raw Permalink Normal View History

{% if doc.usageNotes %}
<section class="usage-notes">
2018-08-08 15:15:56 +08:00
<h2 id="usage-notes">使用说明</h2>
{$ doc.usageNotes | marked $}
</section>
{% endif %}