angular/aio/tools/transforms/templates/api/includes/usageNotes.html

7 lines
135 B
HTML
Raw Normal View History

{%- if doc.usageNotes %}
<section class="usage-notes">
<h2>Usage notes</h2>
{$ doc.usageNotes | marked $}
</section>
{%- endif -%}