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