build(aio): remove invalid H3 usage notes heading (#24000)

This heading is too high for the section because the
method name is a H3 but it cannot be a H4 because
usage notes may contain H4 headings.

PR Close #24000
This commit is contained in:
Pete Bacon Darwin 2018-05-23 18:31:54 +01:00 committed by Miško Hevery
parent bc4f10ca20
commit 2b15108f7e
1 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,6 @@
{% if method.usageNotes -%}
<tr>
<td class="usage-notes">
<h3>Usage Notes</h3>
{$ method.usageNotes | marked({ h3: 'h4' }) $}
</td>
</tr>
@ -153,7 +152,7 @@
{% if nonInternalProperties.length -%}
<section class="{$ containerClass $}">
<h2>{$ headingText $}</h2>
<table class="is-full-width list-table properties-table">
<table class="is-full-width list-table property-table">
<thead>
<tr>
<th>{$ headings[0] or 'Property' $}</th>