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
c00dd5a3f3
commit
9d0999027f
@ -125,7 +125,6 @@
|
|||||||
{% if method.usageNotes -%}
|
{% if method.usageNotes -%}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="usage-notes">
|
<td class="usage-notes">
|
||||||
<h3>Usage Notes</h3>
|
|
||||||
{$ method.usageNotes | marked({ h3: 'h4' }) $}
|
{$ method.usageNotes | marked({ h3: 'h4' }) $}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -153,7 +152,7 @@
|
|||||||
{% if nonInternalProperties.length -%}
|
{% if nonInternalProperties.length -%}
|
||||||
<section class="{$ containerClass $}">
|
<section class="{$ containerClass $}">
|
||||||
<h2>{$ headingText $}</h2>
|
<h2>{$ headingText $}</h2>
|
||||||
<table class="is-full-width list-table properties-table">
|
<table class="is-full-width list-table property-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{$ headings[0] or 'Property' $}</th>
|
<th>{$ headings[0] or 'Property' $}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user