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:
parent
bc4f10ca20
commit
2b15108f7e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue