improve the @usageNotes message by adding the word "is" (outcome: "Further information is available in...", compared to "Further information available in...") PR Close #42888
8 lines
277 B
HTML
8 lines
277 B
HTML
{% if doc.description %}
|
|
<section class="description">
|
|
<h2>Description</h2>
|
|
{$ doc.description | trimBlankLines | marked $}
|
|
{% if doc.usageNotes %}<p>Further information is available in the <a href="#usage-notes">Usage Notes...</a></p>{%
|
|
endif %}
|
|
</section>
|
|
{% endif %} |